Open menon92 opened 7 years ago
config.set_string('-hmm', path.join(MODELDIR, 'en-us'))
config.set_string('-lm', path.join(MODELDIR, 'en-us.lm.bin'))
config.set_string('-dict', path.join(MODELDIR, 'cmudict-en-us.dict'))
I am facing the same error. I made changes to config file.
Traceback (most recent call last):
File "/home/sg/mycroft-core/mycroft/client/speech/main.py", line 172, in
Same problem for me too @UW-SG Are you able to fix it .
Hi, I've faced with same problem to. Just check the folders with installed pocketsphinx packages and verify if the MODELDIR and DATADIR path are correct and .set_string to.
In my case package were installed in this folder. /home/user-name/.pyenv/versions/general/lib/python3.6/site-packages/pocketsphinx/model. And there was no folder 'test' and nested 'en-us' folder.
I am try to running the example code bellow and getting error
My Code:
How can i solve this problem .
Thanks