Hi
i use code below to recognize but get wrong results for persian lang.
it must : ساغر می دی کفم نه تا ز بر
but recognized to:
Hypothesis: است
Hypothesis: يک شمه
As for bad result, it might be caused by many other factors - language model quality, acoustic model quality, etc. You need to provide models and their source data in order to get help on this issue.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
i use code below to recognize but get wrong results for persian lang.
it must : ساغر می دی کفم نه تا ز بر
but recognized to:
Hypothesis: است
Hypothesis: يک شمه
why it has this problem?
i have any wrong working?
this is sound used for training and recognition.
Last edit: rastinrastini 2016-10-29
One problem is the bandwidth of the signal which is less than required. You should have set the upperf during training properly
http://cmusphinx.sourceforge.net/wiki/faq/#qwhat_is_sample_rate_and_how_does_it_affect_accuracy
As for bad result, it might be caused by many other factors - language model quality, acoustic model quality, etc. You need to provide models and their source data in order to get help on this issue.