sumom****@users*****
sumom****@users*****
2008年 10月 3日 (金) 00:00:37 JST
Index: julius4/00readme-ja.txt diff -u julius4/00readme-ja.txt:1.5 julius4/00readme-ja.txt:1.6 --- julius4/00readme-ja.txt:1.5 Sun Sep 28 00:33:44 2008 +++ julius4/00readme-ja.txt Fri Oct 3 00:00:37 2008 @@ -4,7 +4,7 @@ Julius - (Rev 4.1 2008/09/xx) + (Rev 4.1 2008/10/03) (Rev 4.0.2 2008/05/27) (Rev 4.0 2007/12/19) (Rev 3.5.3 2006/12/29) @@ -33,7 +33,7 @@ Julius-4.1 -============= +=========== 4.0 ©ç 4.0.2 ÅÍC½ÌoOªC³³êC¢Â©Ìש¢üPª síêܵ½DVIvVÆµÄ "-fallback1pass" Æ "-usepower" ª @@ -45,14 +45,25 @@ W [[hÌNCAgÌ perl ÅTv "jclient-perl" ª ÇÁ³êܵ½D -³çÉ 4.1 ÅÌ©Èèå«È@\ÇÁÍCvOCÉæég£@\ÌÀ -Å·DfR[_ðÈPÉÀsÉg£·é±ÆªÅ«Ü·D -fBNg "plugin" ȺÉCTvÌ\[XR[hªÜÜêĨèCR -pCµÄeXgÅ«éæ¤ÉÈÁĢܷD\[XR[hÉÍ -è`·×«eÖÌÚתRgÅ©êĢܷÌÅCQlɵľ³¢D +4.1 ÅÁ¦çê½Åàå«È@\ÍC®INðp¢½vOCg£ÌT +|[gÅ·D¤LIuWFNgðvOCƵÄÀsÉÇÝޱƪŠ+«CGWÌ\[Xð¢¶çÈÄàÈPÉ@\g£·é±ÆªÅ«Ü·D +fBNg "plugin" ȺÉCTvÌ\[XR[hªÜÜêĨèCe +XgÅ«éæ¤ÉÈÁĢܷDR[hÉÍè`·×«ÖÌdlªLq³ê +ĢܷÌÅCQlɵľ³¢D + +ܽCJulius ÉÖA·éhL gª "The Juliusbook" ƵįÉö +J³êéæ¤ÉÈèܵ½DhL gÌ\[XÍ Docbook XML Å©êĨ +èChtml ÅÆ pdf Ūñ³êĢܷDܽA[JCuÌIC} +j A௶\[X©ç¶¬³êĢܷDàeÍ 4.1 Éí¹ÄXV³ +êĢܷDꢮ¬Ìªà èÜ·ªC¡ãàJulius{ÌÌ[XÉ +í¹ÄÁMEXV³êÄ¢«Ü·D + +Juliusbook É¢ÄÍÊr_E[hµÄ¾³¢D »Ì¼CC³_ÌÚ×É¢ÄÍ Release-ja.txt 𲺳¢D + t@CÌ\¬ =============== @@ -75,6 +86,7 @@ mkss/ mCY½ÏXyNgZoc[ mkss jclient-perl/ A simple perl version of module mode client plugin/ vOC\[XR[hÌTvÆdl¶ + man/ }j AÞ support/ JpXNvg Index: julius4/00readme.txt diff -u julius4/00readme.txt:1.5 julius4/00readme.txt:1.6 --- julius4/00readme.txt:1.5 Sun Sep 28 00:33:44 2008 +++ julius4/00readme.txt Fri Oct 3 00:00:37 2008 @@ -4,7 +4,7 @@ Julius - (Rev 4.1 2008/09/xx) + (Rev 4.1 2008/10/03) (Rev 4.0.2 2008/05/27) (Rev 4.0 2007/12/19) (Rev 3.5.3 2006/12/29) @@ -22,17 +22,22 @@ About Julius ============= -"Julius" is a high-performance, two-pass large vocabulary continuous -speech recognition (LVCSR) decoder software for speech-related -researches and developments. It supports N-gram based dictataion (N -unlimited) , DFA grammar based parsing, and one-pass isolated word -recognition. Phone context dependencies are supported up to triphone. -It can perform a multi-model decoding, a recognition using several LMs -and AMs simultaneously with a single processor, and also support for -"hot plugging" of arbitrary modules at run time. The core engine is -implemented as a C library along with a simple API, which can be -easily integrated into various applications. Standard model formats -for famous tools such as HTK, CMU-Cam SLM toolkit, etc. are adopted. +"Julius" is an open-source high-performance large vocabulary +continuous speech recognition (LVCSR) decoder software for +speech-related researchers and developers. Based on word N-gram and +triphone context-dependent HMM, it can perform almost real-time +decoding on most current PCs with small amount of memory. + +It also has high vesatility. The acoustic models and language models +are pluggable, and you can build various types of speech recognition +system by building your own models and modules to be suitable for your +task. It also adopts standard formats to cope with other toolkit such +as HTK, CMU-Cam SLM toolkit, etc. + +The core engine is implemented as embeddable library, to aim to offer +speech recognition capability to various applications. The recent +version supports plug-in capability so that the engine can be extended +by user. The main platform is Linux and other Unix workstations, and also works on Windows (SAPI/console). Julius is distributed with open license @@ -40,7 +45,7 @@ What's new in Julius-4.1 -=========================== +========================== From 4.0 to 4.0.2, many bugs are fixed and small improvements were done. New options "-fallback1pass" and "-usepower" were added. The @@ -50,15 +55,23 @@ for VTLN are all supported. "jclient-perl", a perl version of module mode client, is newly added. -A great forward-steps have been made by implementing a plugin -capability. It enables run-time, easy extension of decoder. -The directory "plugin" contains several example source codes and -ready to compile and test them. The source codes also contain all -function specification documents. +Plug-in support is newly implemented on rev. 4.1. Using dynamic +object linking, Julius now can load extensions at run time, and extend +its ability easily without modifying the original engine source code. +The directory "plugin" contains several example source codes and ready +to compile and test them. The source codes also contain all function +specification documents. + +From this release, you can get the total documentation of Julius +called "Juliusbook". It is written in Docbook XML, and PDF version +and HTML version is available. At this time English version has only +the option descriptions and online manuals. Full version that +explains all aspects and specification of Julius (models, input, +decoding, etc...) will be released within a short term. Contents of Julius-4.1 -========================= +======================== (Documents with suffix "ja" are written in Japanese) @@ -82,6 +95,7 @@ support/ some tools to compile julius/julian from source jclient-perl/ A simple perl version of module mode client plugin/ Several plugin source codes and documentation + man/ Unix online manuals olddoc/ ChangeLogs before 3.2 Index: julius4/Release-ja.txt diff -u julius4/Release-ja.txt:1.5 julius4/Release-ja.txt:1.6 --- julius4/Release-ja.txt:1.5 Sun Sep 28 00:33:44 2008 +++ julius4/Release-ja.txt Fri Oct 3 00:00:37 2008 @@ -36,6 +36,11 @@ - HMM ̧ñðÉaFHMM¼ÌÅå·ð 256, óÔÌãÀðPp - W [̶@ÖWG[ÌbZ[Wðê +¡hL g + - "Juliusbook" Ì[X (pdf / html) + - }j AðüVµCman fBNgȺÉWñD + ftHgÅCXg[³êéæ¤ÉÈÁ½D + 4.0.2 (2008.5.27) ================== Index: julius4/Release.txt diff -u julius4/Release.txt:1.5 julius4/Release.txt:1.6 --- julius4/Release.txt:1.5 Sun Sep 28 00:33:44 2008 +++ julius4/Release.txt Fri Oct 3 00:00:37 2008 @@ -36,6 +36,10 @@ maximum HMM name length = 256 char, Number of HMM states unlimited. - Module mode error message on grammar command. +Documents: + - Alpha version of "Juliusbook" (contains only manuals at this time) + - Unix manuals are moved to "man" directory. + 4.0.2 (2008.5.27) ==================