sphinxbase-0.4.1

所属分类:Linux/Unix编程
开发工具:Unix_Linux
文件大小:2082KB
下载次数:42
上传日期:2009-11-25 10:01:23
上 传 者Exitbox
说明:  sphinxbase是卡内基梅隆大学著名的sphinx语音识别工程的公用库
(sphinxbase Carnegie Mellon University, the famous sphinx speech recognition works Public Library)

文件列表:
sphinxbase-0.4.1\sphinxbase-0.4.1\aclocal.m4 (271566, 2008-11-30)
sphinxbase-0.4.1\sphinxbase-0.4.1\AUTHORS (359, 2008-05-11)
sphinxbase-0.4.1\sphinxbase-0.4.1\autogen.sh (4642, 2008-05-11)
sphinxbase-0.4.1\sphinxbase-0.4.1\ChangeLog (286, 2008-05-11)
sphinxbase-0.4.1\sphinxbase-0.4.1\config.guess (44593, 2007-10-24)
sphinxbase-0.4.1\sphinxbase-0.4.1\config.rpath (16164, 2008-05-11)
sphinxbase-0.4.1\sphinxbase-0.4.1\config.sub (32724, 2007-10-24)
sphinxbase-0.4.1\sphinxbase-0.4.1\configure (835646, 2008-11-30)
sphinxbase-0.4.1\sphinxbase-0.4.1\configure.in (8007, 2008-09-26)
sphinxbase-0.4.1\sphinxbase-0.4.1\COPYING (2662, 2008-07-08)
sphinxbase-0.4.1\sphinxbase-0.4.1\depcomp (17867, 2008-05-11)
sphinxbase-0.4.1\sphinxbase-0.4.1\doc\args2man.pl (1571, 2008-05-13)
sphinxbase-0.4.1\sphinxbase-0.4.1\doc\doxyfile.in (52118, 2008-07-08)
sphinxbase-0.4.1\sphinxbase-0.4.1\doc\Makefile.am (1936, 2008-07-24)
sphinxbase-0.4.1\sphinxbase-0.4.1\doc\Makefile.in (11157, 2008-11-30)
sphinxbase-0.4.1\sphinxbase-0.4.1\doc\sphinx_cepview.1.in (570, 2008-06-14)
sphinxbase-0.4.1\sphinxbase-0.4.1\doc\sphinx_cont_adseg.1 (802, 2008-05-13)
sphinxbase-0.4.1\sphinxbase-0.4.1\doc\sphinx_cont_fileseg.1 (1083, 2008-05-13)
sphinxbase-0.4.1\sphinxbase-0.4.1\doc\sphinx_fe.1.in (1241, 2008-05-11)
sphinxbase-0.4.1\sphinxbase-0.4.1\doc\sphinx_lm_eval.1.in (596, 2008-05-13)
sphinxbase-0.4.1\sphinxbase-0.4.1\doc\sphinx_lm_sort.1 (621, 2008-07-08)
sphinxbase-0.4.1\sphinxbase-0.4.1\doc\sphinx_pitch.1.in (454, 2008-05-13)
sphinxbase-0.4.1\sphinxbase-0.4.1\include\ad.h (12189, 2008-05-11)
sphinxbase-0.4.1\sphinxbase-0.4.1\include\agc.h (6110, 2008-05-11)
sphinxbase-0.4.1\sphinxbase-0.4.1\include\bio.h (8242, 2008-05-11)
sphinxbase-0.4.1\sphinxbase-0.4.1\include\bitvec.h (4123, 2008-05-11)
sphinxbase-0.4.1\sphinxbase-0.4.1\include\byteorder.h (3862, 2008-05-11)
sphinxbase-0.4.1\sphinxbase-0.4.1\include\case.h (3998, 2008-05-13)
sphinxbase-0.4.1\sphinxbase-0.4.1\include\ckd_alloc.h (8503, 2008-05-11)
sphinxbase-0.4.1\sphinxbase-0.4.1\include\clapack_lite.h (1234, 2008-05-11)
sphinxbase-0.4.1\sphinxbase-0.4.1\include\cmd_ln.h (17926, 2008-06-23)
sphinxbase-0.4.1\sphinxbase-0.4.1\include\cmn.h (6127, 2008-05-11)
sphinxbase-0.4.1\sphinxbase-0.4.1\include\config.h.in (3284, 2008-11-30)
sphinxbase-0.4.1\sphinxbase-0.4.1\include\cont_ad.h (20228, 2008-09-26)
sphinxbase-0.4.1\sphinxbase-0.4.1\include\err.h (5524, 2008-07-24)
sphinxbase-0.4.1\sphinxbase-0.4.1\include\f2c.h (4331, 2008-05-11)
sphinxbase-0.4.1\sphinxbase-0.4.1\include\fe.h (17680, 2008-06-23)
sphinxbase-0.4.1\sphinxbase-0.4.1\include\feat.h (21912, 2008-07-24)
sphinxbase-0.4.1\sphinxbase-0.4.1\include\filename.h (3250, 2008-05-11)
sphinxbase-0.4.1\sphinxbase-0.4.1\include\fixpoint.h (5254, 2008-05-11)
... ...

CMU Sphinx common libraries --------------------------- This package contains the basic libraries shared by the CMU Sphinx trainer and all the Sphinx decoders (Sphinx-II, Sphinx-III, and PocketSphinx), as well as some common utilities for manipulating acoustic feature and audio files. Installation Guide: This section contains installation for various platforms Linux/Unix installation sphinxbase is used by other modules. The convention requires the physical layout of the code looks like this: package/ sphinxbase/ So if you get the file from a distribution, you might want to rename sphinxbase-X.X to sphinxbase by typing > mv sphinxbase-X.X sphinxbase (where X.X being the version of sphinxbase) If you downloaded directly from the Subversion repository, you need to create the "configure" file by typing > ./autogen.sh If you downloaded a release version or if you have already run "autogen.sh", you can build simply by running > ./configure > make If you are compiling for a platform without floating-point arithmetic, you should instead use: > ./configure --enable-fixed --without-lapack > make You can also check the validity of the package by typing > make check and then install it with > make install This defaults to installing SphinxBase under /usr/local. You may customize it by running ./configure with an argument, as in >./configure --prefix=/my/own/installation/directory Windows Installation: ^^^^^^^^^^^^^^^^^^^^^ To compile sphinxbase in Visual Studio 2005 1, unzip the file. 2, rename the directory to sphinxbase 3, go into the sphinxbase folder and click sphinxbase.sln 4, in the menu, choose Build -> Rebuild All -> Batch Build -> Build In Step 4, make sure all projects are selected, preferably the "Release" version of each. If you are using cygwin, the installation procedure is very similar to the Unix installation. However, there is no audio driver support in cygwin currently so one can only use the batch mode recognzier.

近期下载者

相关文件


收藏者