1

I want to do a Chinese speech recognition application. I build a language model(using CMUCLMTK) and an acoustic model base on the tutorial

http://cmusphinx.sourceforge.net/wiki/tutoriallm

http://cmusphinx.sourceforge.net/wiki/tutorialam

But I got nothing output while using the

pocketsphinx_continuous -hmm ... -lm ... -dict ...

The output just like

READY....
Listening...
Recoding is stopped, start...
Stoped listening...
...(lots of INFO)
000000000:(nothing here!)
READY....

I've checked my wav files' format, it's 16it 16KHz mono. And also use ./scripts_pl/decode/slave.pl command and the result is 40% Error rate.(My model and training set is very small). My devices are running well because I've test pocketSphinx in English model and it performs very well.

What other may lead to that strange result?

4

1 回答 1

0

还有什么可能导致这种奇怪的结果?

由于您没有提供您正在使用的数据文件,因此无法回答您的问题。本教程的故障排除部分说

如果您想寻求有关培训的帮助,请尝试提供培训文件夹或至少提供 logdir 文件夹。我们很乐意为您提供帮助。

于 2012-05-15T05:03:57.220 回答