📄 readme
字号:
PocketSphinx 0.3This is PocketSphinx, one of Carnegie Mellon University's open sourcelarge vocabulary, speaker-independent continuous speech recognitionengine. Please see the LICENSE file for terms of use.THIS IS A RESEARCH SYSTEM. This is also an early release of aresearch system. We know the APIs and function names are likely tochange, and that several tools need to be made available to make thisall complete. With your help and contributions, this can progress inresponse to the needs and patches provided.To compile:First, you *must* have SphinxBase, which you can download fromhttp://cmusphinx.org/. You should download and unpack it to the sameparent directory as PocketSphinx, so that the configure script andproject files can find it. On Windows, you will need to rename'sphinxbase-X.Y' (where X.Y is the SphinxBase version number) tosimply 'sphinxbase' for this to work.In a unix-like environment (such as linux, solaris etc): * build and optionally install SphinxBase. If you want to use fixed-point arithmetic, you *must* configure SphinxBase with the --enable-fixed option. * if you downloaded directly from the CVS repository, you need to do this at least once to generate the "configure" file:% ./autogen.sh * if you downloaded the release version, or ran "autogen.sh" at least once, then compile and install:% ./configure% make clean all% make test% make installIn MS Windows (TM), under MS Visual C++ 6.0 (or better): * compile all the projects in SphinxBase (from sphinxbase.dsw) * load pocketsphinx.dsw (located at the top level directory) * compile minimally the project 'pocketsphinx_continuous'MS Visual Studio will build the executables under .\bin\Release or.\bin\Debug (depending on the version you choose on MS Visual Studio),and the libraries under .\lib\Release or .\lib\Build.Test scripts are forthcoming for Windows.For up-to-date information, see http://www.pocketsphinx.org/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -