您的位置:首页 > 其它

CMUSphinx Learn - Overview of CMUSphinx toolkit

2013-11-14 10:36 267 查看
Overview of CMUSphinx toolkit

CMUSphinx toolkit is a leading speech recognition toolkit with various tools used to build speech applications. CMU Sphinx toolkit has a number of packages for different tasks and applications. It’s sometimes confusing what to
choose. To cleanup, here is the list:

CMUSphinx 工具包是一个领先的语音识别工具包,其中有很多构建语音应用的工具。CMUSphinx工具包有很多针对不同任务和应用的软件包,有时候都不知道怎么选择。为清晰起见,文件列表如下:

Pocketsphinx — lightweight recognizer library written in C.

        Pocketsphinx - C语言编写的轻量级识别库

Sphinxbase — support library required by Pocketsphinx

        Sphinxbase - Pocketsphinx所需要的支持库

Sphinx4 — adjustable, modifiable recognizer written in Java

        Sphinx4 - Java编写的可调整、可修改的识别器

CMUclmtk — language model tools

        CMUclmtk - 语言模型工具

Sphinxtrain — acoustic model training tools

        Sphinxtrain - 声学模型训练工具

Sphinx3 — decoder for speech recognition research written in C.

        Sphinx3 - C语言编写的语音识别解码器
 
We recommend that you use the latest available releases:

我们推荐选择最新的可获取的发布版本:

sphinxbase-0.7

pocketsphinx-0.7

sphinx4-1.0beta6

sphinxtrain-1.0.7

 
Of course, many things are missing. Things like building a phonetic model capable of handling an infinite vocabulary, postprocessing of the decoding result, sense extraction and other semantic tools should be added
one day. Probably you should take it on.
当然,有很多东西还未加进来,比如构建一个能够处理无限词汇的语音学模型、解码结果的后期处理、感官提取和语义学工具都应该加进来。
The following resources are the main ones for CMUSphinx developers:

CMUSphinx开发人员可以使用以下主要的资源:

Website

Forum

Mailing list

Download
page

Version
Control System

IRC Chat
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  CMUSphinx Sphinx