As I'm building a sinhala speech recognition system using pocketsphinx I have come across two major error while running sphinxtrain run command and pocketsphinx_continuous command my project folder can be seen HERE. Still I'm using small data set and currently I'm in the process of recording some more words. After running sphinxtrain run command I have copied following files to pocketsphinx language model default location /usr/local/share/pocketsphinx/model/en-us/ by creating a folder call si,
- mdef
- feat.params
- mixture_weights
- means
- noisedict
- transition_matrices
- variances
- sinhala.dic
- sinhala.lm
- sinhala.phone
Then I ran pocketsphinx_continuous command and the Errors I got are HERE.
- For sinhala language It is very dificult to redice number of phones specially below 255. Is their any solution for that?
- Why I'm getting senone.c error mentioned in the logs? and How to correct it?
- Does SRILM support to create .lm.bin files for sinhala language?