Hello everyone, I am following this tutorial [http://cmusphinx.sourceforge.net/wiki/tutorialtuning]
I want to use Sphinx3 decoder instead of pocketsphinx in this command
is there away to do it
pocketsphinx_batch \ -adcin yes \ -cepdir wav \ -cepext .wav \ -ctl test.fileids \ -lm <your.lm, for="" example="" en-us.lm.dmp="" from="" pocketsphinx=""> \ -dict <your.dic, for="" example="" cmudict-en-us.dict="" from="" pocketsphinx=""> \ -hmm <your_hmm, for="" example="" en-us=""> \ -hyp test.hyp</your_hmm,></your.dic,></your.lm,>
sphinx3 analog of pocketsphinx_batch is called sphinx3_decode. Other options are the same.
pocketsphinx_batch
sphinx3_decode
Log in to post a comment.
Hello everyone,
I am following this tutorial
[http://cmusphinx.sourceforge.net/wiki/tutorialtuning]
I want to use Sphinx3 decoder instead of pocketsphinx in this command
is there away to do it
pocketsphinx_batch \
-adcin yes \
-cepdir wav \
-cepext .wav \
-ctl test.fileids \
-lm <your.lm, for="" example="" en-us.lm.dmp="" from="" pocketsphinx=""> \
-dict <your.dic, for="" example="" cmudict-en-us.dict="" from="" pocketsphinx=""> \
-hmm <your_hmm, for="" example="" en-us=""> \
-hyp test.hyp</your_hmm,></your.dic,></your.lm,>
sphinx3 analog of
pocketsphinx_batch
is calledsphinx3_decode
. Other options are the same.