Hi
I can run phonetic search on android but I can't run it on ubuntu terminal. Could you please help me with the command ? I am trying to find out what phone is getting displayed for better accuracy.
This is for continuos language model search
Please help with the command line for phonetic search
Also when I compile my project I get around sentence error rate of 98% while the word error rate is only 10%. Could you tell me what can this issue be related to ? My project file is big or else I would have uploaded it. Just a tip could be helpful.
Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
However Nickolay in the mean time could you tell me about what does sentence error rate relate to ? My sentence error rate is 98% while word error rate is only 10%. ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sentence error rate is a percentage of mistakenly recognized sentences. If sentences are long, sentence error rate could be high even if word error rate is small because there is always an error in any sentence through most of the words are recognized correctly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I can run phonetic search on android but I can't run it on ubuntu terminal. Could you please help me with the command ? I am trying to find out what phone is getting displayed for better accuracy.
This is for continuos language model search
pannam@pannam-VirtualBox:~$ pocketsphinx_continuous -hmm /home/pannam/earthquake/model_parameters/earthquake.ci_cont -lm /home/pannam/earthquake/etc/earthquake.lm.DMP -dict /home/pannam/earthquake/etc/earthquake.dic -inmic yes -logfn /dev/null
Please help with the command line for phonetic search
Also when I compile my project I get around sentence error rate of 98% while the word error rate is only 10%. Could you tell me what can this issue be related to ? My project file is big or else I would have uploaded it. Just a tip could be helpful.
Regards
This issue is covered on the wiki page:
http://cmusphinx.sourceforge.net/wiki/phonemerecognition
However Nickolay in the mean time could you tell me about what does sentence error rate relate to ? My sentence error rate is 98% while word error rate is only 10%. ?
Sentence error rate is a percentage of mistakenly recognized sentences. If sentences are long, sentence error rate could be high even if word error rate is small because there is always an error in any sentence through most of the words are recognized correctly.