0

I tried compiling CMU Sphinx from source and tried to recognize voice commands using mic . My command looks like this:

 pocketsphinx_continuous.exe -inmic yes -hmm model/en-us/en-us -lm model/en-us/en-us.lm.bin -dict model/en-us/cmudict-en-us.dict**

I get an error saying that en-us.lm.bin is not a dump file. What am I supposed to do now?

 ERROR: "ngram_model_dmp.c", line 121: Wrong magic header size number 54726965: model/en-us/en-us.lm.bin is not a dump file**
4

1 回答 1

0

您需要更新 sphinxbase 和 pocketsphinx 以使用最新模型。

于 2015-09-01T19:44:33.823 回答