I have downloaded a model https://sourceforge.net/projects/cmusphinx/files/Acoustic%20and%20Language%20Models/Hindi/ & have CMU Sphinx configured in ubuntu and it detects english language but unsure how to use it with other language that I downloaded.
1) Write JSGF grammar to describe multiple answer chocies:
#JSGF V1.0; /** * JSGF Grammar for Hello World example */ grammar hello; public <greet> = (ashooka | banaaii | sushruta);
2) Run
pocketsphinx_continouous -inmic yes -hmm hindi.cd_cont_1000 -dict hindi.dic -jsgf test.jsgf
Log in to post a comment.
I have downloaded a model https://sourceforge.net/projects/cmusphinx/files/Acoustic%20and%20Language%20Models/Hindi/ & have CMU Sphinx configured in ubuntu and it detects english language but unsure how to use it with other language that I downloaded.
1) Write JSGF grammar to describe multiple answer chocies:
2) Run
Last edit: Nickolay V. Shmyrev 2016-08-08