<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:dc="http://purl.org/dc/elements/1.1/">
 <channel>
  <pubDate>Sat, 24 Dec 2011 15:00:00 GMT</pubDate>
  <description>Releases headline of Julius(julius) @ SourceForge.JP</description>
  <atom:link href="http://sourceforge.jp/projects/julius/releases/rss" rel="self" type="application/rss+xml" />
  <link>http://sourceforge.jp/projects/julius/releases/</link>
  <title>New Releases of Julius</title>
  <language>ja-jp</language>
  <item>
   <pubDate>Sat, 24 Dec 2011 15:00:00 GMT</pubDate>
   <title>julius - 4.2.1</title>
   <link>http://sourceforge.jp/projects/julius/releases/54278</link>
   <guid>http://sourceforge.jp/projects/julius/releases/54278</guid>
   <dc:creator>Julius (julius4)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Version 4.2.1 is a bug fix release.  Many bugs has been fixed,&lt;br /&gt;especially the C0 handling with CMN.  Additionary, per-word insertion&lt;br /&gt;penalty at grammar is newly supported.&lt;br /&gt;&lt;br /&gt;See the &amp;quot;Release.txt&amp;quot; file for the full list of updates.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;New features:&lt;br /&gt;- Add support for per-word insertion penalty setting at grammar&lt;br /&gt;  recognition. You can set different word insertion score for each word&lt;br /&gt;  entry at .dict file. For example, if you have an entry&lt;br /&gt;        15 [a] a&lt;br /&gt;  in .dict file and want to assign word insertion score of &amp;quot;-2.0&amp;quot; to&lt;br /&gt;  this word, you can write like this:&lt;br /&gt;        15 @-2.0 15 [a] a&lt;br /&gt;  The figure after &amp;quot;@&amp;quot; is the insertion penalty. The third&lt;br /&gt;  element should be the same as the first element.&lt;br /&gt;&lt;br /&gt;- New option &amp;quot;-chunk_size&amp;quot; can specify the audio fragment size in&lt;br /&gt;  number of samples. The default value is 1000.&lt;br /&gt;&lt;br /&gt;- At &amp;quot;adintool&amp;quot;, enable input detection by default for standard input.&lt;br /&gt;&lt;br /&gt;Fixed bugs:&lt;br /&gt;- (IMPORTANT) CMN is not performed for C0 coef.  This bug exists in&lt;br /&gt;  the versions from 4.1.3 to 4.2.&lt;br /&gt;- &amp;quot;-forcedict&amp;quot; won't work for additional dictionaries given by &amp;quot;-adddict&amp;quot;.&lt;br /&gt;- Corrupted header of recorded WAV file when interrupted by CTRL+C.&lt;br /&gt;- Occasional segfault when reading a wrongly formatted dictionary.&lt;br /&gt;- Won't compile with configure option &amp;quot;--enable-word-graph&amp;quot;.&lt;br /&gt;- Segfault of &amp;quot;mkbingram&amp;quot; and &amp;quot;generate-ngram&amp;quot; at cygwin.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Tue, 10 May 2011 15:00:00 GMT</pubDate>
   <title>dictation-kit - 4.2</title>
   <link>http://sourceforge.jp/projects/julius/releases/51930</link>
   <guid>http://sourceforge.jp/projects/julius/releases/51930</guid>
   <dc:creator>Julius (julius4)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Update for Julius rev.4.2.&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Tue, 10 May 2011 15:00:00 GMT</pubDate>
   <title>grammar-kit - 4.2</title>
   <link>http://sourceforge.jp/projects/julius/releases/51931</link>
   <guid>http://sourceforge.jp/projects/julius/releases/51931</guid>
   <dc:creator>Julius (julius4)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Update for Julius rev.4.2.&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Sat, 30 Apr 2011 15:00:00 GMT</pubDate>
   <title>julius - 4.2</title>
   <link>http://sourceforge.jp/projects/julius/releases/51820</link>
   <guid>http://sourceforge.jp/projects/julius/releases/51820</guid>
   <dc:creator>Julius (julius4)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Version 4.2 includes new features, improvements and bug fixes.  Score&lt;br /&gt;pruning (-bs) is implemented at the 1st pass search for faster&lt;br /&gt;decoding.  It can be used in conjunction with the conventional rank&lt;br /&gt;pruning (-b).  For audio interface, PulseAudio API is newly supported,&lt;br /&gt;and PortAudio library are updated to V19.  At pulseaudio (i.e. Windows&lt;br /&gt;OS), you can choose the capture device by environment variable etc.&lt;br /&gt;The part of codes are refined for stability, by eliminating memory&lt;br /&gt;leaks and efficiency.  Some other bugs are fixed.&lt;br /&gt;&lt;br /&gt;See the &amp;quot;Release.txt&amp;quot; file for the full list of updates.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;New features:&lt;br /&gt;- Additional score-based pruning at the 1st pass.  It is disabled by&lt;br /&gt;  default, you can enable by using an option &amp;quot;-bs arg&amp;quot;. The argument&lt;br /&gt;  is score range.&lt;br /&gt;- New support for PulseAudio (--with-mictype=pulseaudio)&lt;br /&gt;- New Option &amp;quot;-adddict&amp;quot;, &amp;quot;-addword&amp;quot; to read additional dictionaries / words.&lt;br /&gt;- Portaudio library updated to V19.  Audio capture device can be&lt;br /&gt;  changed by env. &amp;quot;PORTAUDIO_DEV_NUM&amp;quot;.  The device list will be&lt;br /&gt;  output at start up.&lt;br /&gt;&lt;br /&gt;Changed behavior:&lt;br /&gt;- &amp;quot;mkbinhmmlist&amp;quot; now saves pseudo phone list extracted from AM for&lt;br /&gt;  faster start up. The output should be used with the same AM&lt;br /&gt;  specified at generation.  Note that the converted binhmmlist file&lt;br /&gt;  can not be used with older Julius.&lt;br /&gt;- Audio library linking was modified at configure script.&lt;br /&gt;  When &amp;quot;--with-mictype=...&amp;quot; is explicitly specified, Julius will link&lt;br /&gt;  ONLY the audio library.  If not specified, Julius will link all the&lt;br /&gt;  audio devices whose development file was detected by the configure.&lt;br /&gt;&lt;br /&gt;Library functions:&lt;br /&gt;- j_config_load_string_new(char *str): like j_config_load_file(), but&lt;br /&gt;  parse the given string to set parameters.&lt;br /&gt;- add_dict(), add_word(): the same as &amp;quot;-adddict&amp;quot; and &amp;quot;-addword&amp;quot;.&lt;br /&gt;  (They should be called at start up before starting engine)&lt;br /&gt;- (portaudio/Windows) j_open_stream(recog, NUMSTR) to choose device NUM.&lt;br /&gt;  ex. 'j_open_stream(recog, &amp;quot;1&amp;quot;)' will open device number one.&lt;br /&gt;- (portaudio/Windows) get_device_list(): obtain list of available devices.&lt;br /&gt;&lt;br /&gt;Fixes:&lt;br /&gt;- Improved tree lexicon structure for better memory management.&lt;br /&gt;- Reduce malloc calls at reading N-gram.&lt;br /&gt;- Eliminated memory leaks using Valgrind.&lt;br /&gt;- Workarounds to avoid crash with j_close_stream().&lt;br /&gt;- Now allow &amp;quot;-iwsp&amp;quot; only with multi-path acoustic model.&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Wed, 02 Mar 2011 15:00:00 GMT</pubDate>
   <title>dictation-kit - 4.1</title>
   <link>http://sourceforge.jp/projects/julius/releases/51158</link>
   <guid>http://sourceforge.jp/projects/julius/releases/51158</guid>
   <dc:creator>Julius (julius4)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Update for 4.1.5.&lt;br /&gt;Convert character code of language model for Windows into Shift_JIS.&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Wed, 02 Mar 2011 15:00:00 GMT</pubDate>
   <title>grammar-kit - 4.1</title>
   <link>http://sourceforge.jp/projects/julius/releases/51159</link>
   <guid>http://sourceforge.jp/projects/julius/releases/51159</guid>
   <dc:creator>Julius (julius4)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Update for Julius rev.4.1.5.&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Wed, 02 Mar 2011 15:00:00 GMT</pubDate>
   <title>segmentation-kit - 4.0</title>
   <link>http://sourceforge.jp/projects/julius/releases/51160</link>
   <guid>http://sourceforge.jp/projects/julius/releases/51160</guid>
   <dc:creator>Julius (julius4)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Update for 4.1.5.&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Fri, 24 Dec 2010 15:00:00 GMT</pubDate>
   <title>julius - 4.1.5.1</title>
   <link>http://sourceforge.jp/projects/julius/releases/50318</link>
   <guid>http://sourceforge.jp/projects/julius/releases/50318</guid>
   <dc:creator>Julius (julius4)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;This release contains a small fix relating to the license.&lt;br /&gt;See &amp;quot;Release.txt&amp;quot; for details of the changes.&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Modified:&lt;br /&gt; - Fixed problem related to the license.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Thu, 03 Jun 2010 15:00:00 GMT</pubDate>
   <title>julius - 4.1.5</title>
   <link>http://sourceforge.jp/projects/julius/releases/47530</link>
   <guid>http://sourceforge.jp/projects/julius/releases/47530</guid>
   <dc:creator>Julius (julius4)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;The version 4.1.5 is a bug-fix release.&lt;br /&gt;Two bugs are found relating search algorithm, word insertion penalty handling on grammar recognition and LM score handling of the first word on the second pass.&lt;br /&gt;They have been fixed on this release. &lt;br /&gt;If you have been encountering unreasonable search failures on the second pass, &lt;br /&gt;they may be eased by using the newest version.&lt;br /&gt;&lt;br /&gt;Other bugs are also fixed. &lt;br /&gt;See &amp;quot;Release.txt&amp;quot; for the full list of the fixed bugs.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Bug fixes:&lt;br /&gt;&lt;br /&gt; - Language model / decoding (these bugs may affect the ASR performance):&lt;br /&gt;   - Several wrong word insertion penalty handling on grammar was found and fixed.&lt;br /&gt;   - Now correctly add the prob. of the first word at the second pass.&lt;br /&gt;&lt;br /&gt; - MFCC computation:&lt;br /&gt;   - Support MFCC computation when liftering parameter (CEPLIFTER) = 0.&lt;br /&gt;&lt;br /&gt; - Compilation:&lt;br /&gt;   - Fixes to build Julius on cygwin and MSVC.&lt;br /&gt;   - Supports &amp;quot;gcc -mno-cygwin&amp;quot; on cygwin.&lt;br /&gt;   - Compilation error with configure &amp;quot;--disable-plugin&amp;quot;&lt;br /&gt;&lt;br /&gt; - Module mode:&lt;br /&gt;   - Unable to send grammar from jcontrol.&lt;br /&gt;   - Not working &amp;quot;DELPROCESS&amp;quot; command when SR and LM has different names.&lt;br /&gt;&lt;br /&gt; - Other fixed bugs:&lt;br /&gt;   - wrong parsing of &amp;quot;-mapunk&amp;quot; option.&lt;br /&gt;   - &amp;quot;-htkconf&amp;quot; in a jconf file now correctly handles the file path as relative to the jconf file.&lt;br /&gt;   - &amp;quot;-input stdin&amp;quot; now supports WAV format.&lt;br /&gt;   - not working &amp;quot;-plugin DIRNAME&amp;quot; on Win32/MSVC.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Thu, 03 Jun 2010 15:00:00 GMT</pubDate>
   <title>Juliusbook - 4.1.5</title>
   <link>http://sourceforge.jp/projects/julius/releases/47534</link>
   <guid>http://sourceforge.jp/projects/julius/releases/47534</guid>
   <dc:creator>Julius (julius4)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Update for Ver 4.1.5.&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Fri, 25 Dec 2009 03:05:00 GMT</pubDate>
   <title>julius - 4.1.4</title>
   <link>http://sourceforge.jp/projects/julius/releases/45063</link>
   <guid>http://sourceforge.jp/projects/julius/releases/45063</guid>
   <dc:creator>Julius (julius4)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;This release contains minor fixes: improved Julius class definition on Microsoft Visual C++ 2008, fixes for audio input on Windows, and support for Mac OS X 10.6 SDK. &lt;br /&gt;Now you can select the audio device to use on Windows. &lt;br /&gt;See &amp;quot;Release.txt&amp;quot; for details of the changes.&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;New feature:&lt;br /&gt; - added function to choose input audio device on MSVC compiled Julius,&lt;br /&gt;   by specifying a device ID with env. var. &amp;quot;PORTAUDIO_DEV_NUM&amp;quot;.&lt;br /&gt;   The available device IDs will be listed in the system log at start up.&lt;br /&gt; - You can now set a locale for a LM in Julius.cpp.&lt;br /&gt;&lt;br /&gt;Bug fixes:&lt;br /&gt; - now can be compield on Mac OS X (OS X 10.6 SDK).&lt;br /&gt; - fixes around portaudio for smaller latency and compatibility (Windows).&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Thu, 17 Dec 2009 10:07:00 GMT</pubDate>
   <title>dictation-kit - 4.0</title>
   <link>http://sourceforge.jp/projects/julius/releases/44943</link>
   <guid>http://sourceforge.jp/projects/julius/releases/44943</guid>
   <dc:creator>Julius (julius4)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Update for 4.1.3.&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Tue, 27 Oct 2009 08:12:00 GMT</pubDate>
   <title>Juliusbook - 4.1.3</title>
   <link>http://sourceforge.jp/projects/julius/releases/44146</link>
   <guid>http://sourceforge.jp/projects/julius/releases/44146</guid>
   <dc:creator>LEE Akinobu (sumomo)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Update for Ver 4.1.3.　Very minor updates for portaudio related part only.&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Tue, 27 Oct 2009 08:07:00 GMT</pubDate>
   <title>julius - 4.1.3</title>
   <link>http://sourceforge.jp/projects/julius/releases/44145</link>
   <guid>http://sourceforge.jp/projects/julius/releases/44145</guid>
   <dc:creator>LEE Akinobu (sumomo)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;This release has a new support for building Julius on Microsoft Visual C++ 2008.  A sample wrapper class that handles Julius engine is also included, with a sample application.  See &amp;quot;msvc/00README.txt&amp;quot; for details.&lt;br /&gt;&lt;br /&gt;It also support N-gram of arbitrary N, portaudio extension (V19 and external library support) and many bug fixes.&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;4.1.3 (2009.11.02)&lt;br /&gt;===================&lt;br /&gt;&lt;br /&gt;New features:&lt;br /&gt; - new MSVC support: please read &amp;quot;msvc/00README.txt&amp;quot;&lt;br /&gt; - extended N-gram to support arbitrary N&lt;br /&gt; - portaudio external library (V19) can be used instead of internal V18.&lt;br /&gt;   When configure detects portaudio library installed in your system, &lt;br /&gt;   Julius will use it instead of internal V18.  You can also choose&lt;br /&gt;   input device by &amp;quot;PORTAUDIO_DEV&amp;quot; env. var. at V19library.  See the&lt;br /&gt;   log text at start up to know how to set it.&lt;br /&gt; - allow word alignment output (-walign) in module mode&lt;br /&gt;&lt;br /&gt;Modified:&lt;br /&gt; - ! now Julius do not perform CMN on 0'th cepstral coefficients,&lt;br /&gt;   which is the same as the old 4.0.x versions.&lt;br /&gt; - j_get_current_filename() added on JuliusLib&lt;br /&gt; - improved &amp;quot;--enable-wpair&amp;quot; handling&lt;br /&gt;&lt;br /&gt;Bug fixes:&lt;br /&gt; - many bugs around audio open/close API on JuliusLib&lt;br /&gt; - fail to do make in julius-simple&lt;br /&gt; - unable to record inputs at cygwin&lt;br /&gt; - segfault on adintool with &amp;quot;-server&amp;quot;&lt;br /&gt; - occasional segfault at grammar recognition&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Wed, 11 Feb 2009 09:06:00 GMT</pubDate>
   <title>julius - 4.1.2</title>
   <link>http://sourceforge.jp/projects/julius/releases/37582</link>
   <guid>http://sourceforge.jp/projects/julius/releases/37582</guid>
   <dc:creator>LEE Akinobu (sumomo)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;4.1.2 is a bug fix release.  It includes many fixes for N-gram.  It now allows over 2GB N-gram, improved support for SRILM, and correct handling of unknown words.  Some bugs and improvements that has been reported on the Forum has been also fixed.&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;[SRILM support]&lt;br /&gt; - Added swapping &amp;quot;&amp;lt;s&amp;gt;&amp;quot; and &amp;quot;&amp;lt;/s&amp;gt;&amp;quot; when reading BACKWARD ARPA file trained by SRILM.  It will be automatically detected.  If detection fails, you can specify an option &amp;quot;-swap&amp;quot; in mkbingram to do that.&lt;br /&gt; - Internally modify the unigram probability of &amp;quot;&amp;lt;s&amp;gt;&amp;quot; or &amp;quot;&amp;lt;/s&amp;gt;&amp;quot;, since they may be set to &amp;quot;-99&amp;quot; in SRILM model.  The same value as opposite will be assigned.&lt;br /&gt;[N-gram]&lt;br /&gt; - Size limit extended from 2GB to 4GB for big N-gram.&lt;br /&gt; - &amp;quot;&amp;lt;unk&amp;gt;&amp;quot; and &amp;quot;&amp;lt;UNK&amp;gt;&amp;quot; can be changed by &amp;quot;-mapunk&amp;quot;.&lt;br /&gt; - More strict check for unknown words: Julius now terminates with error when dictionary has OOV words and N-gram is not open (no unk word).&lt;br /&gt;[Improvements]&lt;br /&gt; - Faster successor list building algorithm&lt;br /&gt; - Update yomi2voca.pl to cover more minor Japanese pronunciation.&lt;br /&gt; - Workaround for audio buffer overrun in ALSA&lt;br /&gt;[JuliusLib]&lt;br /&gt; - Added API function &amp;quot;j_close_stream()&amp;quot; to exit main recognition loop.&lt;br /&gt;[Bug Fixes]&lt;br /&gt; - Fixed segfault on adintool when specifying multiple servers.&lt;br /&gt; - Fixed compilation error on cygwin (libesd)&lt;br /&gt; - Fixed segfault when not specifying &amp;quot;-input&amp;quot; option.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Wed, 11 Feb 2009 09:02:00 GMT</pubDate>
   <title>Juliusbook - 4.1.2</title>
   <link>http://sourceforge.jp/projects/julius/releases/37581</link>
   <guid>http://sourceforge.jp/projects/julius/releases/37581</guid>
   <dc:creator>LEE Akinobu (sumomo)</dc:creator>
   <description>&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Minor updates for 4.1.2:&lt;br /&gt; - Add section for SRILM (Japanese)&lt;br /&gt; - new option &amp;quot;-mapunk&amp;quot;&lt;br /&gt;&lt;br /&gt;Information about using SRILM model in Julius will be available on the Web Forum.&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Sat, 13 Dec 2008 13:25:00 GMT</pubDate>
   <title>julius - 4.1.1</title>
   <link>http://sourceforge.jp/projects/julius/releases/36530</link>
   <guid>http://sourceforge.jp/projects/julius/releases/36530</guid>
   <dc:creator>LEE Akinobu (sumomo)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Revision 4.1.1 is a bug fix release.  Many bugs are fixed relating&lt;br /&gt;N-gram handling (tested on SRILM), module mode and more.  All users&lt;br /&gt;that uses older versions of Julius-4 are strongly recommended to use&lt;br /&gt;this version.&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Bug fixes:&lt;br /&gt;&lt;br /&gt;[N-gram]&lt;br /&gt;  - sometimes could not read an ARPA N-gram file trained by SRILM.&lt;br /&gt;[A/D-in]&lt;br /&gt;  - &amp;quot;-input stdin&amp;quot; does not work.&lt;br /&gt;  - &amp;quot;SOURCERATE&amp;quot; at &amp;quot;-htkconf&amp;quot; is ignored.&lt;br /&gt;[Forced alignments]&lt;br /&gt;  - now can be used in isolated word recognition and with &amp;quot;-1pass&amp;quot;.&lt;br /&gt;  - &amp;quot;-palign&amp;quot;, &amp;quot;-walign&amp;quot; and &amp;quot;-salign&amp;quot; can not be run together at a time.&lt;br /&gt;[Module mode]&lt;br /&gt;  - freezes when a grammar is specified by its ID number.&lt;br /&gt;  - wrong grammar ID in recognition result (GRAM=.. always 0)&lt;br /&gt;  - &amp;quot;SYNCGRAM&amp;quot; will cause crash at isolated word recognition.&lt;br /&gt;  - unable to receive/activate/dactivate on isolated word recognition.&lt;br /&gt;[Others]&lt;br /&gt;  - fails to compile on several OS (needs &amp;quot;-ldl&amp;quot;).&lt;br /&gt;  - does not handle backslash escaping correctly in Jconf file.&lt;br /&gt;  - does not output the 1st pass result as a final result with &amp;quot;-1pass&amp;quot;.&lt;br /&gt;[Tools]&lt;br /&gt;  Jcontrol&lt;br /&gt;  - does not support &amp;quot;graminfo&amp;quot; command.&lt;br /&gt;  - can not send a dictionary to Julius running isolated word recognition.&lt;br /&gt;  mkdfa&lt;br /&gt;  - segfault on mkfa&lt;br /&gt;  - fails to read a grammar file on DOS format.&lt;br /&gt;  adintool&lt;br /&gt;  - wrong behavior when splitting a long audio file.&lt;br /&gt;  - now output time of each segment.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Sat, 04 Oct 2008 11:48:00 GMT</pubDate>
   <title>Juliusbook - 4.1-ja</title>
   <link>http://sourceforge.jp/projects/julius/releases/33172</link>
   <guid>http://sourceforge.jp/projects/julius/releases/33172</guid>
   <dc:creator>LEE Akinobu (sumomo)</dc:creator>
   <description></description>
  </item>
  <item>
   <pubDate>Thu, 02 Oct 2008 16:45:00 GMT</pubDate>
   <title>julius - 4.1</title>
   <link>http://sourceforge.jp/projects/julius/releases/33146</link>
   <guid>http://sourceforge.jp/projects/julius/releases/33146</guid>
   <dc:creator>LEE Akinobu (sumomo)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;What's new in Julius-4.1&lt;br /&gt;==========================&lt;br /&gt;&lt;br /&gt;From 4.0 to 4.0.2, many bugs are fixed and small improvements were&lt;br /&gt;done.  New options &amp;quot;-fallback1pass&amp;quot; and &amp;quot;-usepower&amp;quot; were added.  The&lt;br /&gt;default audio API is changed from &amp;quot;oss&amp;quot; to &amp;quot;alsa&amp;quot; on Linux.&lt;br /&gt;&lt;br /&gt;From 4.0.2 to 4.1, multi-stream AM, MSD-HMM, CVN, frequency warping&lt;br /&gt;for VTLN are all supported.  &amp;quot;jclient-perl&amp;quot;, a perl version of module&lt;br /&gt;mode client, is newly added.&lt;br /&gt;&lt;br /&gt;Plug-in support is newly implemented on rev. 4.1.  Using dynamic&lt;br /&gt;object linking, Julius now can load extensions at run time, and extend&lt;br /&gt;its ability easily without modifying the original engine source code.&lt;br /&gt;The directory &amp;quot;plugin&amp;quot; contains several example source codes and ready&lt;br /&gt;to compile and test them.  The source codes also contain all function&lt;br /&gt;specification documents.&lt;br /&gt;&lt;br /&gt;From this release, you can get the total documentation of Julius&lt;br /&gt;called &amp;quot;Juliusbook&amp;quot;.  It is written in Docbook XML, and PDF version&lt;br /&gt;and HTML version is available.  At this time English version has only&lt;br /&gt;the option descriptions and online manuals.  Full version that&lt;br /&gt;explains all aspects and specification of Julius (models, input,&lt;br /&gt;decoding, etc...) will be released within a short term.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;4.1 (2008.10.3)&lt;br /&gt;================&lt;br /&gt;New plugin extension:&lt;br /&gt;  - supported types:&lt;br /&gt;      - A/D-in plugin&lt;br /&gt;      - feature vector input plugin&lt;br /&gt;      - audio input monitor / postprocess plugin&lt;br /&gt;      - feature vector monitor / postprocess plugin&lt;br /&gt;      - result plugin&lt;br /&gt;      - can add arbitrary JuliusLib callback via plugin&lt;br /&gt;  - sample codes is included, with full documentation of function spec.&lt;br /&gt;  - run on Linux, Windows and other unix variants with dlopen() capability&lt;br /&gt;&lt;br /&gt;Newly supported features:&lt;br /&gt;  - multi-stream feature input&lt;br /&gt;  - MSD-HMM (compatible with &amp;quot;HTS&amp;quot; toolkit)&lt;br /&gt;  - CVN&lt;br /&gt;  - frequency warping for VTLN (no estimation yet)&lt;br /&gt;  - &amp;quot;-input alsa&amp;quot;, &amp;quot;-input oss&amp;quot; and &amp;quot;-input esd&amp;quot;&lt;br /&gt;  - perl version of jcontrol client &amp;quot;jclient-perl&amp;quot;&lt;br /&gt;&lt;br /&gt;Modified:&lt;br /&gt;  - Restrict option orders when multiple instances defined (-AM, -LM, -SR):&lt;br /&gt;      - Option should be just after correspondence instance declaration.&lt;br /&gt;        (ex. LM options should be placed after &amp;quot;-LM&amp;quot; and before other&lt;br /&gt;        instance declaration.)&lt;br /&gt;      - Global option should be before any instance declaration, or&lt;br /&gt;        just after &amp;quot;-GLOBAL&amp;quot; option.&lt;br /&gt;    This new restriction can be removed by &amp;quot;-nosectioncheck&amp;quot; option.&lt;br /&gt;&lt;br /&gt;Fixed bugs:&lt;br /&gt;  - &amp;quot;-record&amp;quot; fails to record the first silence part!&lt;br /&gt;  - Not working &amp;quot;-multigramout&amp;quot;&lt;br /&gt;  - environment variable expansion sometimes fail within jconf file.&lt;br /&gt;  - limits extended:&lt;br /&gt;     maximum HMM name length = 256 char, Number of HMM states unlimited.&lt;br /&gt;  - Module mode error message on grammar command.&lt;br /&gt;&lt;br /&gt;Documents:&lt;br /&gt;  - Alpha version of &amp;quot;Juliusbook&amp;quot; (contains only manuals at this time)&lt;br /&gt;  - Unix manuals are moved to &amp;quot;man&amp;quot; directory.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Mon, 18 Aug 2008 02:16:00 GMT</pubDate>
   <title>segmentation-kit - 1.0-julius4</title>
   <link>http://sourceforge.jp/projects/julius/releases/32570</link>
   <guid>http://sourceforge.jp/projects/julius/releases/32570</guid>
   <dc:creator>LEE Akinobu (sumomo)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Segmentation kit update for Julius-4.&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Minor update to be used with Julius-4.&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Tue, 27 May 2008 09:41:00 GMT</pubDate>
   <title>julius - 4.0.2</title>
   <link>http://sourceforge.jp/projects/julius/releases/31291</link>
   <guid>http://sourceforge.jp/projects/julius/releases/31291</guid>
   <dc:creator>LEE Akinobu (sumomo)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Julius rev.4.0.2 is a bug fix release.&lt;br /&gt;Please see Release.txt for detailed list of fixes.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;4.0.2 (2008.5.27)&lt;br /&gt;==================&lt;br /&gt;New features:&lt;br /&gt;&lt;br /&gt;  - New option &amp;quot;-fallback1pass&amp;quot; will output 1st pass result as final result&lt;br /&gt;    when the 2nd pass fails.&lt;br /&gt;  - Added support for &amp;quot;USEPOWER=T&amp;quot; on feature extraction.&lt;br /&gt;&lt;br /&gt;Modified:&lt;br /&gt;  - &amp;quot;-AM_GMM&amp;quot; becomes optional: GMM will share AM params if not specified.&lt;br /&gt;&lt;br /&gt;Fixed:&lt;br /&gt;  - GMM rejection does not work (since 4.0.1)&lt;br /&gt;  - Cannot specify other A/D device on Linux/ALSA correctly.&lt;br /&gt;  - Sometimes fails to read a big N-gram.&lt;br /&gt;  - Sometimes crush with &amp;quot;-record&amp;quot; option.&lt;br /&gt;  - Callback timing modified on real-time input with sp-segment/GMM/VAD.&lt;br /&gt;  - Other minor fixes.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Wed, 12 Mar 2008 08:58:00 GMT</pubDate>
   <title>julius - 4.0.1</title>
   <link>http://sourceforge.jp/projects/julius/releases/29930</link>
   <guid>http://sourceforge.jp/projects/julius/releases/29930</guid>
   <dc:creator>LEE Akinobu (sumomo)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Julius rev.4.0.1 is a bug fix release.  &lt;br /&gt;It is recommended for all users using 4.0 to use this release.&lt;br /&gt;&lt;br /&gt;Now ALSA is the default audio API on Linux.  You can still use&lt;br /&gt;the old OSS interface by specifying &amp;quot;--with-mictype=oss&amp;quot; for&lt;br /&gt;the configure script at compilation time.&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;4.0.1 (2008.3.12)&lt;br /&gt;==================&lt;br /&gt;New features:&lt;br /&gt;&lt;br /&gt;  A/D-in&lt;br /&gt;    - ALSA now become default on Linux instead of OSS.&lt;br /&gt;&lt;br /&gt;  Module mode&lt;br /&gt;    - &amp;quot;ACTIVATEGRAM&amp;quot;, &amp;quot;DEACTIVATEGRAM&amp;quot; and &amp;quot;DELGRAM&amp;quot; now accepts&lt;br /&gt;      grammar name as arguments in addition to grammar ID number.&lt;br /&gt;    - new command &amp;quot;GRAMINFO&amp;quot; to get list of current grammars.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Fixed bugs:&lt;br /&gt;&lt;br /&gt;  A/D-in&lt;br /&gt;    - ALSA codes updated to work on 1.x drivers.&lt;br /&gt;    - segfault with &amp;quot;-48&amp;quot;.&lt;br /&gt;    - segfault on MFCC input with zero frames with &amp;quot;-spsegment&amp;quot;.&lt;br /&gt;  VAD&lt;br /&gt;    - CMN not working on spsegment/GMM-VAD/decoder-VAD with microphone input.&lt;br /&gt;  Acoustic model&lt;br /&gt;    - Error when no short-pause model defined in multi-path mode.&lt;br /&gt;  N-gram&lt;br /&gt;    - incorrect 2-gram prob on 1st pass with backward N-gram only.&lt;br /&gt;    - incorrect 1-gram prob for unknown words.&lt;br /&gt;    - fail to read some ARPA files with no back-off compaction.&lt;br /&gt;    - read failure or segfault on big N-gram with over 24bit entries.&lt;br /&gt;    - redundant index for back-off weights in some case. &lt;br /&gt;  Word recognition&lt;br /&gt;    - incorrect N-best output with &amp;quot;-output N&amp;quot; on word recognition.&lt;br /&gt;  Installation&lt;br /&gt;    - &amp;quot;make install&amp;quot; fails on cygwin.&lt;br /&gt;  Source code&lt;br /&gt;    - Static variables in functions that are not meant to be static&lt;br /&gt;      are made local.&lt;br /&gt;    - Global variables in search are moved to StackDecode.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Thu, 17 Jan 2008 12:56:00 GMT</pubDate>
   <title>dictation-kit - 3.2</title>
   <link>http://sourceforge.jp/projects/julius/releases/28977</link>
   <guid>http://sourceforge.jp/projects/julius/releases/28977</guid>
   <dc:creator>LEE Akinobu (sumomo)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Update for 3.5.3.&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Wed, 19 Dec 2007 15:57:00 GMT</pubDate>
   <title>wordflow - 0.5</title>
   <link>http://sourceforge.jp/projects/julius/releases/28563</link>
   <guid>http://sourceforge.jp/projects/julius/releases/28563</guid>
   <dc:creator>LEE Akinobu (sumomo)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Word flow is a sample GUI application of word recognition that&lt;br /&gt;uses JuliusLib rev.4.0, based on SDL libraries.&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Initial release.&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Wed, 19 Dec 2007 06:58:00 GMT</pubDate>
   <title>julius - 4.0</title>
   <link>http://sourceforge.jp/projects/julius/releases/28551</link>
   <guid>http://sourceforge.jp/projects/julius/releases/28551</guid>
   <dc:creator>LEE Akinobu (sumomo)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;The Julius rev.4.0 is a full major version up, a re-innovation of the&lt;br /&gt;decoder as a flexible speech recognition engine.  The internal&lt;br /&gt;structures are re-organized and modularized thoroughly, which results&lt;br /&gt;in the librarization of core engine, enhancement and unification of&lt;br /&gt;language model, realization of multi-decoding with hot plugging&lt;br /&gt;feature.  The major features are listed below:&lt;br /&gt;&lt;br /&gt; - Engine core becomes separate C library with simple API&lt;br /&gt; - Can handle various LM, thus Julius and Julian are integrated&lt;br /&gt; - Multi-decoding with multiple models&lt;br /&gt; - Support to add and remove models while running the decoder&lt;br /&gt; - Support N-gram longer than 4 (N now unlimited)&lt;br /&gt; - User-defined LM function&lt;br /&gt; - Confusion network output&lt;br /&gt; - GMM-based and decoder-based VAD&lt;br /&gt; - New tools added, new functions added&lt;br /&gt; - Memory efficiency is improved&lt;br /&gt;&lt;br /&gt;Julius-4.0 ensures the compatibility with Julius-3.x for its usage and&lt;br /&gt;Jconf configuration, so that one can easily migrate to Julius-4.&lt;br /&gt;The decoding performance of Julius-4.0 is still kept as the same as&lt;br /&gt;the latest release (Julius-3.5.3) for now.&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Fri, 29 Dec 2006 03:05:13 GMT</pubDate>
   <title>slf2dfa - 1.0</title>
   <link>http://sourceforge.jp/projects/julius/releases/23332</link>
   <guid>http://sourceforge.jp/projects/julius/releases/23332</guid>
   <dc:creator>LEE Akinobu (sumomo)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Initial release:&lt;br /&gt;&lt;br /&gt;This is a set of tools that convert any HTK SLF grammar to Julian DFA format. Please read README in the archive for details.&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Initial release.&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Fri, 29 Dec 2006 02:57:00 GMT</pubDate>
   <title>julius - 3.5.3</title>
   <link>http://sourceforge.jp/projects/julius/releases/23331</link>
   <guid>http://sourceforge.jp/projects/julius/releases/23331</guid>
   <dc:creator>LEE Akinobu (sumomo)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Julius/Julian rev.3.5.3 is an update release.  The most outstanding&lt;br /&gt;feature of this release is that some code optimization around acoustic&lt;br /&gt;computation made the recognition process faster up to 1.5 times.&lt;br /&gt;Other improvements has been done for graph precision, usability,&lt;br /&gt;stability and code modurality.  All users using previous versions of&lt;br /&gt;Julius/Julian are encouraged to upgrade to this release.&lt;br /&gt;&lt;br /&gt;Summary of changes in 3.5.3:&lt;br /&gt;&lt;br /&gt;  o  Recognition speed-up by code optimization for acoustic&lt;br /&gt;     computation and memory allocation.&lt;br /&gt;  o  Support another way of specifying acoustic parameter conditions:&lt;br /&gt;     - can read an HTK Config file directly by &amp;quot;-htkconf&amp;quot;.&lt;br /&gt;     - can embed acoustic analysis condition parameters into binary AM.&lt;br /&gt;  o  New grammar-related tools: &amp;quot;dfa_minimize&amp;quot;, &amp;quot;dfa_determinize&amp;quot;.&lt;br /&gt;     (An HTK-to-Julian automatic grammar convertion tool &amp;quot;slf2dfa&amp;quot; is&lt;br /&gt;      also released)&lt;br /&gt;  o  Other refinements:&lt;br /&gt;     - support generating separate candidates of different phone&lt;br /&gt;       context in word graph output.&lt;br /&gt;     - preliminary support for emulating energy normalization on live input.&lt;br /&gt;  o  Bug fixes and code improvements.&lt;br /&gt;&lt;br /&gt;Details of the changes are listed in &amp;quot;Release.txt&amp;quot;.&lt;br /&gt;&lt;br /&gt;Please note that if you want to compile Julius with DirectSound&lt;br /&gt;support, you need DirectX headers installed in your mingw / cygwin&lt;br /&gt;environment.  If not exist, configure will choose an old interface.&lt;br /&gt;Please see install instruction on the Web.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;3.5.3 (2006.12.29)&lt;br /&gt;===================&lt;br /&gt;  o  Improved Performance:&lt;br /&gt;     - acoustic computation optimized: now becomes 20%-40% faster!&lt;br /&gt;     - optimize memory access: re-use work area of deleted hypothesis&lt;br /&gt;       in the 2nd pass.&lt;br /&gt;     - some memory allocation improvement on dictionary and word trellis.&lt;br /&gt;&lt;br /&gt;  o  New Grammar Tools:&lt;br /&gt;     - &amp;quot;dfa_minimize&amp;quot;, &amp;quot;dfa_determinize&amp;quot; will minimize/determinize DFA.&lt;br /&gt;        mkdfa.pl now calls dfa_mimize in it.&lt;br /&gt;     - &amp;quot;slf2dfa&amp;quot;: a toolkit to convert HTK slf to Julian dfa (separate kit)&lt;br /&gt;&lt;br /&gt;  o  Embedding HTK Acoustic Parameters:&lt;br /&gt;     - add option to load HTK Config file to set correct acoustic parameter&lt;br /&gt;       configuration at recognition time. &lt;br /&gt;     - the acoustic parameter configuration can be embedded into&lt;br /&gt;       header of a binary HMM file.&lt;br /&gt;&lt;br /&gt;  o  Improved Word Graph:&lt;br /&gt;     - add an option to completely separate graph words: words with&lt;br /&gt;       different phone contexts can be output separatedly by&lt;br /&gt;       &amp;quot;-graphrange -1&amp;quot;.&lt;br /&gt;&lt;br /&gt;  o  Support for online energy normalization:&lt;br /&gt;     - Preliminary support for live recognition using acoustic model with&lt;br /&gt;       energy normalization. (approximate with maximum energy of last input)&lt;br /&gt;&lt;br /&gt;  o  Code refinements:&lt;br /&gt;     - re-organize libsent/src/wav2mfcc.&lt;br /&gt;     - modularize acoustic parameter (Value) handling.&lt;br /&gt;     - output compile-time configuration of libsent with &amp;quot;--setting&amp;quot; option.&lt;br /&gt;     - Doxygen 1.5.0 support.&lt;br /&gt;     - &amp;quot;&lt;a href=&quot;mailto:julius-info@lists.sourceforge.jp&quot;&gt;julius-info@lists.sourceforge.jp&lt;/a&gt;&amp;quot; becomes the official contact address.&lt;br /&gt;     - fixed typo on copyright notice.&lt;br /&gt;&lt;br /&gt;  o  Fixed bugs:&lt;br /&gt;     - sometimes unable to read a binary LM on &amp;quot;--enable-words-int&amp;quot;.&lt;br /&gt;     - memory leaks around option handling, global variables and local buffers.&lt;br /&gt;     - segmentation fault on very long input.&lt;br /&gt;     - doublely counted initial state of DFA.&lt;br /&gt;     - mkdfa.pl: unable to find mkfa on some OS.&lt;br /&gt;     - adintool: makes empty output file on termination.&lt;br /&gt;     - adintool: miss last inputs when killed.&lt;br /&gt;     - other small changes.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Sat, 29 Jul 2006 14:30:00 GMT</pubDate>
   <title>julius - 3.5.2</title>
   <link>http://sourceforge.jp/projects/julius/releases/21175</link>
   <guid>http://sourceforge.jp/projects/julius/releases/21175</guid>
   <dc:creator>LEE Akinobu (sumomo)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;What's new in Julius-3.5.2 ?&lt;br /&gt;=============================&lt;br /&gt;&lt;br /&gt;Julius/Julian rev.3.5.2 is a minor update to improves performance on&lt;br /&gt;Windows, enhancements and fixes for word graph outputs, and other bug&lt;br /&gt;fixes.  All users of previous version is encouraged to upgrade to 3.5.2.&lt;br /&gt;&lt;br /&gt;Summary of changes in 3.5.2:&lt;br /&gt;&lt;br /&gt;  o  Speed-up and improvement on Windows console.&lt;br /&gt;     - DirectSound&lt;br /&gt;     - Recent MinGW support&lt;br /&gt;  o  More accurate word graph output.&lt;br /&gt;     - new optimization params: -graphcut, -graphboundloop, -graphsearchdelay&lt;br /&gt;  o  Add capability to output word graph instead of trellis on 1st pass.&lt;br /&gt;  o  Bug fixes.&lt;br /&gt;  o  Imprementation improvements.&lt;br /&gt;&lt;br /&gt;Details of the changes are listed in &amp;quot;Release.txt&amp;quot;.&lt;br /&gt;&lt;br /&gt;Please note that if you want to compile Julius with DirectSound&lt;br /&gt;support, you need DirectX headers installed in your mingw / cygwin&lt;br /&gt;environment.  If not exist, configure will choose an old interface.&lt;br /&gt;Please see install instruction on the Web.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;3.5.2 (2006.07.31)&lt;br /&gt;===================&lt;br /&gt;  o  Speed-up and improvement on Windows console:&lt;br /&gt;     - Support DirectSound for better input handling&lt;br /&gt;     - Support input threading utilizing callback API on portaudio.&lt;br /&gt;     - Support newest MinGW (tested on 5.0.2)&lt;br /&gt;&lt;br /&gt;  o  More accurate word graph output:&lt;br /&gt;     - Add option to cut the resulting graph by its depth&lt;br /&gt;       (option -graphcut, and enabled by default!)&lt;br /&gt;     - Set limit for post-processing loop to avoid infinite loop&lt;br /&gt;       (option -graphboundloop, and set by default)&lt;br /&gt;     - Refine graph generation algorithm concerning dynamic word merging&lt;br /&gt;       and search termination on the second pass.&lt;br /&gt;&lt;br /&gt;  o  Add capability to output word graph instead of trellis on 1st pass:&lt;br /&gt;     - 1st pass generates word graph instead of word trellis as&lt;br /&gt;       intermediate result by specifying &amp;quot;--enable-word-graph&amp;quot;.&lt;br /&gt;       In that case, the 2nd pass will be restricted on the graph, not&lt;br /&gt;       on the whole trellis.&lt;br /&gt;     - With &amp;quot;--enable-word-graph&amp;quot; and &amp;quot;--enable-wpair&amp;quot; option, the&lt;br /&gt;       first pass of Julius can perform 1-pass graph generation based&lt;br /&gt;       on 2-gram with basically the same algorithm as other popular&lt;br /&gt;       word graph based decoders.&lt;br /&gt;&lt;br /&gt;  o  Bug fixes:&lt;br /&gt;     - configure script did not work on Solaris 8/9&lt;br /&gt;     - &amp;quot;-gprune none&amp;quot; did not work on tied-mixture AM&lt;br /&gt;     - Incorrect error message for AM with duration header other than &amp;quot;NULLD&amp;quot;&lt;br /&gt;     - Always warns abount zero frame stripping upon MFCC&lt;br /&gt;&lt;br /&gt;  o  Imprementation improvements:&lt;br /&gt;     - bmalloc2-based AM memory management&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Thu, 30 Mar 2006 07:04:00 GMT</pubDate>
   <title>julius - 3.5.1</title>
   <link>http://sourceforge.jp/projects/julius/releases/19558</link>
   <guid>http://sourceforge.jp/projects/julius/releases/19558</guid>
   <dc:creator>LEE Akinobu (sumomo)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;======================================================================&lt;br /&gt;                  Large Vocabulary Continuous Speech&lt;br /&gt;                          Recognition Engine&lt;br /&gt;&lt;br /&gt;                                Julius&lt;br /&gt;&lt;br /&gt;                                                (Rev 1.0   1998/02/20)&lt;br /&gt;                                                (Rev 2.0   1999/02/20)&lt;br /&gt;                                                (Rev 3.0   2000/02/14)&lt;br /&gt;                                                (Rev 3.1   2000/05/11)&lt;br /&gt;                                                (Rev 3.2   2001/06/18)&lt;br /&gt;                                                (Rev 3.3   2002/09/12)&lt;br /&gt;                                                (Rev 3.4   2003/10/01)&lt;br /&gt;                                                (Rev 3.4.1 2004/02/25)&lt;br /&gt;                                                (Rev 3.4.2 2004/04/30)&lt;br /&gt;                                                (Rev 3.5   2005/11/11)&lt;br /&gt;                                                (Rev 3.5.1 2006/03/31)&lt;br /&gt;&lt;br /&gt; Copyright (c) 1991-2006 Kawahara Lab., Kyoto University&lt;br /&gt; Copyright (c) 1997-2000 Information-technology Promotion Agency, Japan&lt;br /&gt; Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology&lt;br /&gt; Copyright (c) 2005-2006 Julius project team, Nagoya Institute of Technology&lt;br /&gt; All rights reserved&lt;br /&gt;&lt;br /&gt;======================================================================&lt;br /&gt;&lt;br /&gt;What's New in Julius-3.5.1 ?&lt;br /&gt;=============================&lt;br /&gt;&lt;br /&gt;Julius/Julian rev.3.5.1 enhances MFCC parameter extraction function to&lt;br /&gt;enable direct speech recognition on various kinds of acoustic model.&lt;br /&gt;It also improves direct microphone / network input recognition by&lt;br /&gt;MAP-CMN.  Bugs on module mode, large N-gram, multi-path version are&lt;br /&gt;fixed.&lt;br /&gt;&lt;br /&gt;Summary of changes in 3.5.1:&lt;br /&gt;&lt;br /&gt;  o Wider MFCC support to enable direct speech recognition on various AM:&lt;br /&gt;     - Added extraction of acceleration coefficients (_A).&lt;br /&gt;     - Support all MFCC qualifier conbination.&lt;br /&gt;     - Added options to specify detailed analysis parameters.&lt;br /&gt;&lt;br /&gt;  o Improved microphone / network recognition by MAP-CMN:&lt;br /&gt;     - Cepstral mean of last 5 second input is used as an initial mean&lt;br /&gt;       for each input.  You can inhibit updating of the initial mean&lt;br /&gt;       and keep the value loaded by &amp;quot;-cmnload&amp;quot; by option &amp;quot;-cmnnoupdate&amp;quot;.&lt;br /&gt;&lt;br /&gt;  o Module mode:&lt;br /&gt;     - Julius will output &amp;quot;&amp;lt;STARTPROC/&amp;gt;&amp;quot; when recognition starts, and&lt;br /&gt;       &amp;quot;&amp;lt;STOPPROC/&amp;gt;&amp;quot; after recognition stopped by module command.&lt;br /&gt;       It may help some server-client synchronization problem.&lt;br /&gt;&lt;br /&gt;  o Bug fixes:&lt;br /&gt;     - Sometimes segfault on pause/resume command on module mode.&lt;br /&gt;     - Can not read N-gram whose tuples &amp;gt; 2^24 (enbuged on 3.5).&lt;br /&gt;     - Can not read HMM with 3-state (1 output state) model on multi-path.&lt;br /&gt;     - Sometimes omit the last line in DFA file.&lt;br /&gt;     - Sometimes fails to compile gramtools on MacOSX.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;All the changes are listed in &amp;quot;Release.txt&amp;quot;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Contents of Julius-3.5.1&lt;br /&gt;=========================&lt;br /&gt;&lt;br /&gt;	(Documents with suffix &amp;quot;ja&amp;quot; are written in Japanese)&lt;br /&gt;&lt;br /&gt;	00readme.txt		ReadMe (This file)&lt;br /&gt;	LICENSE.txt		Terms and conditions of use&lt;br /&gt;	Release.txt		Release note / ChangeLog&lt;br /&gt;	configure		configure script&lt;br /&gt;	configure.in		&lt;br /&gt;	Sample.jconf		Sample configuration file for Julius-3.5.1&lt;br /&gt;	Sample-julian.jconf	Sample configuration file for Julian-3.5.1&lt;br /&gt;	julius/			Julius/Julian 3.5.1 sources&lt;br /&gt;	libsent/		Julius/Julian 3.5.1 library sources&lt;br /&gt;	adinrec/		Record one sentence utterance to a file&lt;br /&gt;	adintool/		Record/split/send/receive speech data&lt;br /&gt;	gramtools/		Tools to build and test recognition grammar&lt;br /&gt;	jcontrol/		A sample network client module &lt;br /&gt;	mkbingram/		Convert N-gram to binary format&lt;br /&gt;	mkbinhmm/		Convert ascii hmmdefs to binary format&lt;br /&gt;	mkgshmm/		Model conversion for Gaussian Mixture Selection&lt;br /&gt;	mkss/			Estimate noise spectrum from mic input&lt;br /&gt;	support/		some tools to compile julius/julian from source&lt;br /&gt;	olddoc/			ChangeLogs before 3.2&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;From rev.3.4, a grammar-based recognizer called &amp;quot;Julian&amp;quot; is also&lt;br /&gt;included.  the Julian can be compiled from Julius sources by&lt;br /&gt;specifying configure option &amp;quot;--enable-julian&amp;quot;.  The grammar format&lt;br /&gt;Julian uses is original one based on BNF.  A grammar compiler that&lt;br /&gt;converts the written BNF to finite state grammar, and several test&lt;br /&gt;tools are included in this archive.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;About Documentation&lt;br /&gt;====================&lt;br /&gt;&lt;br /&gt;- Documents&lt;br /&gt;&lt;br /&gt;	The overall document that contains installation procedure,&lt;br /&gt;	tutorial, model formats and more, are available at:&lt;br /&gt;&lt;br /&gt;	    &lt;a href=&quot;http://julius.sourceforge.jp/en/Julius-3.2-book-e.pdf&quot; rel=&quot;nofollow&quot; target=&quot;_top&quot;&gt;http://julius.sourceforge.jp/en/Julius-3.2-book-e.pdf&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;	It is basically based on rev.3.2, but will be also helpful for&lt;br /&gt;	recent versions.&lt;br /&gt;&lt;br /&gt;	The most up-to-date documentations and references can be available&lt;br /&gt;	on the Julius Web site. &lt;br /&gt;&lt;br /&gt;	    &lt;a href=&quot;http://julius.sourceforge.jp/en/&quot; rel=&quot;nofollow&quot; target=&quot;_top&quot;&gt;http://julius.sourceforge.jp/en/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;	Please refer to other documents in Japanese at:&lt;br /&gt;&lt;br /&gt;	    &lt;a href=&quot;http://julius.sourceforge.jp/&quot; rel=&quot;nofollow&quot; target=&quot;_top&quot;&gt;http://julius.sourceforge.jp/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;- Recent changes&lt;br /&gt;&lt;br /&gt;	Changes between releases are fully listed in &amp;quot;Release.txt&amp;quot;.&lt;br /&gt;&lt;br /&gt;- Online reference manuals&lt;br /&gt;&lt;br /&gt;	for Julius, adintool, and other tools can be obtained in each&lt;br /&gt;	source directory, in both Unix man format and plain text.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For more information, see the URL below:&lt;br /&gt;&lt;br /&gt;    &lt;a href=&quot;http://julius.sourceforge.jp/&quot; rel=&quot;nofollow&quot; target=&quot;_top&quot;&gt;http://julius.sourceforge.jp/&lt;/a&gt;	(Japanese)&lt;br /&gt;    &lt;a href=&quot;http://julius.sourceforge.jp/en/&quot; rel=&quot;nofollow&quot; target=&quot;_top&quot;&gt;http://julius.sourceforge.jp/en/&lt;/a&gt;	(English)&lt;br /&gt;&lt;br /&gt;Some documents are available only in Japanese.  We are sorry for the&lt;br /&gt;inconvenience.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;LICENSE&lt;br /&gt;========&lt;br /&gt;&lt;br /&gt;Julius is an open-source software distributed as is, and available for&lt;br /&gt;free.  For more information about its license, please refer to&lt;br /&gt;&amp;quot;LICENSE.txt&amp;quot; in this archive.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;3.5.1 (2006.03.31)&lt;br /&gt;===================&lt;br /&gt;  o  Wider MFCC types support:&lt;br /&gt;     - Added extraction of acceleration coefficients (_A).  Now you&lt;br /&gt;       can recognize waveform or microphone input with AM trained with _A.&lt;br /&gt;     - Support all MFCC qualifiers (_0, _E, _N, _D, _A, _N, _Z) and their&lt;br /&gt;       combination &lt;br /&gt;     - Support for any vector lenth (will be guessed from AM header)&lt;br /&gt;     - New option: &amp;quot;-accwin&amp;quot;&lt;br /&gt;     - New option &amp;quot;-zmeanframe&amp;quot;: frame-wise DC offset removal, like HTK&lt;br /&gt;     - New options to specify detailed analysis parameters (see manual):&lt;br /&gt;          -preemph, -fbank, -ceplif, -rawe / -norawe, &lt;br /&gt;          -enormal / -noenormal, -escale, -silfloor&lt;br /&gt;&lt;br /&gt;  o Improved microphone / network recognition by MAP-CMN:&lt;br /&gt;     - New option &amp;quot;-cmnmapweight&amp;quot; to change MAP weight&lt;br /&gt;     - Option &amp;quot;-cmnload&amp;quot; can be used to specify the initial cepstral&lt;br /&gt;       mean at startup&lt;br /&gt;     - Cepstral mean of last 5 second input is used as an initial mean&lt;br /&gt;       for each input.  You can inhibit updating of the initial mean&lt;br /&gt;       and keep the value loaded by &amp;quot;-cmnload&amp;quot; by option &amp;quot;-cmnnoupdate&amp;quot;.&lt;br /&gt;&lt;br /&gt;  o Module issue:&lt;br /&gt;     - Julius now outputs &amp;quot;&amp;lt;STARTPROC/&amp;gt;&amp;quot; when recognition starts, and&lt;br /&gt;       &amp;quot;&amp;lt;STOPPROC/&amp;gt;&amp;quot; after recognition stopped by module command.&lt;br /&gt;       Use this for safer server-client synchronization.&lt;br /&gt;     - now can specify grammar name from client by specifying a name&lt;br /&gt;       after a command like &amp;quot;ADDGRAM name&amp;quot; or &amp;quot;CHANGEGRAM name&amp;quot;.&lt;br /&gt;&lt;br /&gt;  o Bug fixes:&lt;br /&gt;     - Sometimes segfault on pause/resume command on module mode while input.&lt;br /&gt;     - Can not read N-gram with tuples &amp;gt; 2^24.&lt;br /&gt;     - Can not read HMM with 3-state (1 output state) model on multi-path.&lt;br /&gt;     - Sometimes omit the last transition definition in DFA file.&lt;br /&gt;     - Sometimes fails to compile the gramtools on MacOSX.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Fri, 11 Nov 2005 10:00:00 GMT</pubDate>
   <title>julius - 3.5</title>
   <link>http://sourceforge.jp/projects/julius/releases/16697</link>
   <guid>http://sourceforge.jp/projects/julius/releases/16697</guid>
   <dc:creator>LEE Akinobu (sumomo)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;======================================================================&lt;br /&gt;                  Large Vocabulary Continuous Speech&lt;br /&gt;                          Recognition Engine&lt;br /&gt;&lt;br /&gt;                                Julius&lt;br /&gt;&lt;br /&gt;                                                (Rev 1.0   1998/02/20)&lt;br /&gt;                                                (Rev 2.0   1999/02/20)&lt;br /&gt;                                                (Rev 3.0   2000/02/14)&lt;br /&gt;                                                (Rev 3.1   2000/05/11)&lt;br /&gt;                                                (Rev 3.2   2001/06/18)&lt;br /&gt;                                                (Rev 3.3   2002/09/12)&lt;br /&gt;                                                (Rev 3.4   2003/10/01)&lt;br /&gt;                                                (Rev 3.4.1 2004/02/25)&lt;br /&gt;                                                (Rev 3.4.2 2004/04/30)&lt;br /&gt;                                                (Rev 3.5   2005/11/11)&lt;br /&gt;&lt;br /&gt; Copyright (c) 1991-2005 Kawahara Lab., Kyoto University&lt;br /&gt; Copyright (c) 1997-2000 Information-technology Promotion Agency, Japan&lt;br /&gt; Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology&lt;br /&gt; Copyright (c) 2005      Julius project team, Nagoya Institute of Technology&lt;br /&gt; All rights reserved&lt;br /&gt;&lt;br /&gt;======================================================================&lt;br /&gt;&lt;br /&gt;What's New in Julius-3.5?&lt;br /&gt;==========================&lt;br /&gt;&lt;br /&gt;Julius/Julian rev.3.5 is a major update that incorporates several new&lt;br /&gt;functions that may be useful for realizing a speech interface.&lt;br /&gt;Memory efficiency is also improved.  Another big progress to system&lt;br /&gt;developers is that the comments in source codes are fully re-written&lt;br /&gt;to be able to cross-reference in HTML format.  &lt;br /&gt;&lt;br /&gt;Summary of changes in 3.5:&lt;br /&gt;&lt;br /&gt;  - New features&lt;br /&gt;     - Input verification / rejection concurrently with recognition process&lt;br /&gt;       based on one-state GMM scores&lt;br /&gt;     - Word graph output&lt;br /&gt;     - Arbitrary character set conversion for tty/module output&lt;br /&gt;     - Improved multi grammar support on Julian&lt;br /&gt;     - EsounD audio server support on Linux&lt;br /&gt;     - Linux and Windows version have been integrated into one source&lt;br /&gt;     - Multi-path version has been integrated to the original.&lt;br /&gt;       (can use by &amp;quot;--enable-multipath&amp;quot; at compilation time)&lt;br /&gt;     - Migrated from VC++ to minGW on Windows&lt;br /&gt;  - Improved memory size&lt;br /&gt;     - Remove redundant part of tree lexicon and beam work area for 1st pass.&lt;br /&gt;     - Compaction of word N-gram index (reduced from 32 bit to 24 bit).&lt;br /&gt;     - New N-gram binary format (can still read old binary).&lt;br /&gt;  - Many bug fixes&lt;br /&gt;     - Spectral subtraction now works.&lt;br /&gt;     - Fixed newline code problems in Win&amp;amp;Mac (grammar files and -filelist).&lt;br /&gt;     - Fix USB audio input in Linux.&lt;br /&gt;     - Many other fixes.&lt;br /&gt;  - Documentation&lt;br /&gt;     - Doxygen support (you can generate full source documents in English!)&lt;br /&gt;     - Remove old Japanese documents in doc.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;All the changes are listed in &amp;quot;Release.txt&amp;quot;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Contents of Julius-3.5&lt;br /&gt;=======================&lt;br /&gt;&lt;br /&gt;	(Files with &amp;quot;ja&amp;quot; are written in Japanese)&lt;br /&gt;&lt;br /&gt;	00readme.txt		ReadMe (This file)&lt;br /&gt;	LICENSE.txt		Terms and conditions of use&lt;br /&gt;	Release.txt		Release note / ChangeLog&lt;br /&gt;	configure		configure script&lt;br /&gt;	configure.in		&lt;br /&gt;	Sample.jconf		Sample configuration file for Julius-3.5&lt;br /&gt;	Sample-julian.jconf	Sample configuration file for Julian-3.5&lt;br /&gt;	julius/			Julius/Julian 3.5 sources&lt;br /&gt;	libsent/		Julius/Julian 3.5 library sources&lt;br /&gt;	adinrec/		Record one sentence utterance to a file&lt;br /&gt;	adintool/		Record/split/send/receive speech data&lt;br /&gt;	gramtools/		Tools to build and test recognition grammar&lt;br /&gt;	jcontrol/		A sample network client module &lt;br /&gt;	mkbingram/		Convert N-gram to binary format&lt;br /&gt;	mkbinhmm/		Convert ascii hmmdefs to binary format&lt;br /&gt;	mkgshmm/		Model conversion for Gaussian Mixture Selection&lt;br /&gt;	mkss/			Estimate noise spectrum from mic input&lt;br /&gt;	support/		some tools to compile julius/julian from source&lt;br /&gt;	olddoc/			ChangeLogs before 3.2&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;From rev.3.4, a grammar-based recognizer called &amp;quot;Julian&amp;quot; is also&lt;br /&gt;included.  the Julian can be compiled from Julius sources by&lt;br /&gt;specifying configure option &amp;quot;--enable-julian&amp;quot;.  The grammar format&lt;br /&gt;Julian uses is original one based on BNF.  A grammar compiler that&lt;br /&gt;converts the written BNF to finite state grammar, and several test&lt;br /&gt;tools are included in this archive.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;About Documentation&lt;br /&gt;====================&lt;br /&gt;&lt;br /&gt;- Documents&lt;br /&gt;&lt;br /&gt;	The overall document that contains installation procedure,&lt;br /&gt;	tutorial, model formats and more, are available at:&lt;br /&gt;&lt;br /&gt;	    &lt;a href=&quot;http://julius.sourceforge.jp/en/Julius-3.2-book-e.pdf&quot; rel=&quot;nofollow&quot; target=&quot;_top&quot;&gt;http://julius.sourceforge.jp/en/Julius-3.2-book-e.pdf&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;	It is basically based on rev.3.2, but will be also helpful for&lt;br /&gt;	recent versions.&lt;br /&gt;&lt;br /&gt;	The most up-to-date documentations and references can be available&lt;br /&gt;	on the Julius Web site. &lt;br /&gt;&lt;br /&gt;	    &lt;a href=&quot;http://julius.sourceforge.jp/en/&quot; rel=&quot;nofollow&quot; target=&quot;_top&quot;&gt;http://julius.sourceforge.jp/en/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;	Please refer to other documents in Japanese at:&lt;br /&gt;&lt;br /&gt;	    &lt;a href=&quot;http://julius.sourceforge.jp/&quot; rel=&quot;nofollow&quot; target=&quot;_top&quot;&gt;http://julius.sourceforge.jp/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;- Recent changes&lt;br /&gt;&lt;br /&gt;	Changes between releases are fully listed in &amp;quot;Release.txt&amp;quot;.&lt;br /&gt;&lt;br /&gt;- Online reference manuals&lt;br /&gt;&lt;br /&gt;	for Julius, adintool, and other tools can be obtained in each&lt;br /&gt;	source directory, in both Unix man format and plain text.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For more information, see the URL below:&lt;br /&gt;&lt;br /&gt;    &lt;a href=&quot;http://julius.sourceforge.jp/&quot; rel=&quot;nofollow&quot; target=&quot;_top&quot;&gt;http://julius.sourceforge.jp/&lt;/a&gt;	(Japanese)&lt;br /&gt;    &lt;a href=&quot;http://julius.sourceforge.jp/en/&quot; rel=&quot;nofollow&quot; target=&quot;_top&quot;&gt;http://julius.sourceforge.jp/en/&lt;/a&gt;	(English)&lt;br /&gt;&lt;br /&gt;Some documents are available only in Japanese.  We are sorry for the&lt;br /&gt;inconvenience.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;LICENSE&lt;br /&gt;========&lt;br /&gt;&lt;br /&gt;Julius is an open-source software distributed as is, and available for&lt;br /&gt;free.  For more information about its license, please refer to&lt;br /&gt;&amp;quot;LICENSE.txt&amp;quot; in this archive.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;3.5 (2005.11.11)&lt;br /&gt;=================&lt;br /&gt;  o  New features:&lt;br /&gt;     - Input verification / rejection using GMM (-gmm, -gmmnum, -gmmreject)&lt;br /&gt;     - Word graph output (--enable-graphout, --enable-graphout-nbest)&lt;br /&gt;     - Pruning on 2nd pass based on local posterior CM (--enable-cmthres)&lt;br /&gt;     - Multiple/per-grammar recognition (-gram, -gramlist, -multigramout)&lt;br /&gt;     - Can specify multiple grammars at startup: &amp;quot;-gram prefix1,prefix2,...&amp;quot;&lt;br /&gt;       or &amp;quot;-gramlist listfile&amp;quot; where listfile contains list of prefixes.&lt;br /&gt;     - General output character set conversion &amp;quot;-charconv from to&amp;quot;&lt;br /&gt;       based on iconv (Linux) or Win32API+libjcode (Windows)&lt;br /&gt;&lt;br /&gt;  o  Improved audio inputs on Linux:&lt;br /&gt;     - ALSA-1.x support. (--with-mictype=alsa)&lt;br /&gt;     - EsounD daemon input support. (--with-mictype=esd)&lt;br /&gt;     - Fixed some bugs on USB audio input.&lt;br /&gt;     - Audio capturing device can be specified via env. &amp;quot;AUDIODEV&amp;quot;.&lt;br /&gt;     - Extra microphone API support using portaudio and spLib API.&lt;br /&gt;&lt;br /&gt;  o  Performance improvements:&lt;br /&gt;     - Reduced memory size for beam operation on the 1st pass.&lt;br /&gt;     - Slightly optimized tree lexicon by removing redundant data.&lt;br /&gt;     - Reduced size of word N-gram index (reduced from 32 bit to 24 bit).&lt;br /&gt;&lt;br /&gt;  o  Fixed bugs:&lt;br /&gt;     - Not working spectral subtraction.&lt;br /&gt;     - Memory leak when stack exhausted (&amp;quot;stack empty&amp;quot;) on 2nd pass.&lt;br /&gt;     - Segmentation fault on a very short input of 1 to 4 frames.&lt;br /&gt;     - AM trained with no CMN cannot be used with waveform/mic input.&lt;br /&gt;     - Wrong short-pause word handling on successive decoding mode.&lt;br /&gt;       (--enable-sp-segment)&lt;br /&gt;     - No output of &amp;quot;maxcodebooksize&amp;quot; at startup.&lt;br /&gt;     - No output of the number of sentences found when stack exhausted.&lt;br /&gt;     - No output of &amp;quot;-separatescore&amp;quot; on module mode.&lt;br /&gt;     - Beam width does not adjusted when grammar has been changed and&lt;br /&gt;       full beam options (-b 0) is specified in Julian.&lt;br /&gt;     - Wrong update of category-aware cross-word triphones when&lt;br /&gt;       dynamically switching grammar on Julian.&lt;br /&gt;     - No output of grammar to stdout on multiple grammar mode.&lt;br /&gt;     - Unable to send/receive audio data between different endian machines.&lt;br /&gt;     - (Linux) crash when compiled with icc.&lt;br /&gt;     - (Linux) some strange behavior on USB audio.&lt;br /&gt;     - (Windows) confuse with CR/LF newline inputs in several text inputs.&lt;br /&gt;     - (Windows) mkdfa.pl could not work on cygwin.&lt;br /&gt;     - (Windows) sometimes fails to read a file when not using zlib.&lt;br /&gt;     - (Windows) wrong file suffix when recording with &amp;quot;-record&amp;quot; (.raw-&amp;gt;.wav)&lt;br /&gt;&lt;br /&gt;  o  Unified source code:&lt;br /&gt;     - Linux and Windows version are integrated into one source.&lt;br /&gt;     - Multi-path version has been integrated with the normal version&lt;br /&gt;       into one source.  The multi-path version of Julius/Julian, that&lt;br /&gt;       allows any transitions of HMMs including model skip transition,&lt;br /&gt;       can be compiled by &amp;quot;--enable-multipath&amp;quot; option.  The part of&lt;br /&gt;       source codes for the multi-path version can be identified&lt;br /&gt;       by the definition &amp;quot;MULTIPATH_VERSION&amp;quot;.&lt;br /&gt;&lt;br /&gt;  o  Other improvements:&lt;br /&gt;     - Now can be compiled on MinGW/MSYS on Windows&lt;br /&gt;     - Totally rewritten comments in entire source in Doxygen format.&lt;br /&gt;       You can generate fully browsable source documents in English.&lt;br /&gt;       Try &amp;quot;make doxygen&amp;quot; at the top directory (you need doxygen installed)&lt;br /&gt;     - Install additional executables of julius/julian with version and setting&lt;br /&gt;       names like &amp;quot;julius-3.5-fast&amp;quot; when &amp;quot;make install&amp;quot; is invoked.&lt;br /&gt;     - Updated LICENSE.txt with English translation for reference.&lt;br /&gt;&lt;br /&gt;  o  Changed behaviors:&lt;br /&gt;     - Binary N-gram file format has been changed for smaller size.&lt;br /&gt;       The old files can still be read directly by julius, in which&lt;br /&gt;       case on-line conversion will be performed at startup.&lt;br /&gt;       You can convert the old files (3.4.2 and earlier) to the new&lt;br /&gt;       format with the new mkbingram by involing the command below:&lt;br /&gt;               &amp;quot;mkbingram -d oldbinary newbinary&amp;quot;&lt;br /&gt;       Please note that since mkbingram now output the new format&lt;br /&gt;       file, it can not be read by older Julius.&lt;br /&gt;       The binary N-gram file version can be detected by the first 17&lt;br /&gt;       bytes of the file: old format should be &amp;quot;julius_bingram_v3&amp;quot; and&lt;br /&gt;       new format should be &amp;quot;julius_bingram_v4&amp;quot;.&lt;br /&gt;     - Byte order of audio stream via tcpip fixed to LITTLE ENDIAN.&lt;br /&gt;     - Now use built-in zlib by default for compressed files.  This may&lt;br /&gt;       make the engine startup slower, and if you prefer, you can still&lt;br /&gt;       use the previous method using external gzip command by specifying&lt;br /&gt;       &amp;quot;--disable-zlib&amp;quot;.&lt;br /&gt;     - (Windows) Changed the compilation procedure on VC++.  You can build&lt;br /&gt;       Julian by only specifying &amp;quot;-DBUILD_JULIAN&amp;quot; at compiler option,&lt;br /&gt;       and do not need to alter &amp;quot;julius.h&amp;quot;.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description>
  </item>
</channel>
</rss>

