sumom****@users*****
sumom****@users*****
2009年 10月 22日 (木) 02:06:49 JST
Index: julius4/msvc/00README.txt diff -u julius4/msvc/00README.txt:1.1 julius4/msvc/00README.txt:1.2 --- julius4/msvc/00README.txt:1.1 Thu Oct 22 01:47:20 2009 +++ julius4/msvc/00README.txt Thu Oct 22 02:06:49 2009 @@ -23,6 +23,9 @@ The pre-compiled win32 libraries and header files are already included under the "zlib" and "portaudio" directory. +You need an acoustic model and a language model to run Julius as speech recognizer. +See the Julius Web for more details. + 2. Compile =========== @@ -41,12 +44,13 @@ 3. Test ======== -"julius.exe" is a console application, which runs as the same as the -normally distributed version. +! You need an acoustic model and a language model to run Julius as speech recognizer. +! See the Julius Web for more details. + +"julius.exe" is a console application, which just runs as the same as the normal win32 version. -The "SampleApp.exe" is a GUI application sample that uses JuliusLib. -When executed, Julius will be started and the engine events will be output -in the main window. You can test it as below: +The "SampleApp.exe" is a sample GUI application. Julius will start and the engine events will +be output to the main window. You can test it by the procedure below: a) Prepare an acoustic model, language model and jconf file for them. b) Place a Jconf file as "fast.jconf" at the same directory as the exe. @@ -95,8 +99,7 @@ } ----------------------------------------------------------------- -For more details, see SampleApp.cpp and Julius.cpp. - +See SampleApp.cpp and Julius.cpp for details. 5. About the character codes in the sources