I'm using sphinxtrain for Arabic language..
I have 4 sentences and have them spoken by 23 speakers
The problem that the model only recognize one sentence correctly of the 4 when I test and the other 3 will show only stars in the results file , even when I use the same data from the trainning.. I don't know why ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
am working with pocketsphinx after working well and get great results with sphinx4 as long as haven't experience with , tried to run it by eclipse and it works but my intent is voice recognition for arabic on android with words list (limit) so if here isn't the right place can u help me where it is?
sorry for rawan if i tried ur model without ur permission but i won't intent to upload my works or use it as final without urs of course .. it was just a try to see if this will work .
And I use https://i.stack.imgur.com/g6YxN.png this code setup code for setup the recognizer and call recognizer.startListening(SEARCH_KEYWORD); when press&hold on button and recognizer.stop(); when the hold is up. and this is content of the digits2.gram : https://imgur.com/zNAkODv and this log come : https://imgur.com/a/bo7pm and didn't know than what ?!!
and this is the code for results :https://imgur.com/a/KFd9E
i didn't know what is wrong here ..
what should i do to use Rawan's model or any other model for arabic words on android ?
I'm using sphinxtrain for Arabic language..
I have 4 sentences and have them spoken by 23 speakers
The problem that the model only recognize one sentence correctly of the 4 when I test and the other 3 will show only stars in the results file , even when I use the same data from the trainning.. I don't know why ?
You can share your model training folder to get help on this issue.
do you mean the logdir folder?
The whole model training folder with audio files, logs, features, transcriptions, etc.
I have posted the whole folder
Last edit: Rawan Laz 2017-03-11
model training folder
is there anything I'm doing wrong in the model?
The language model
lm.lmyou created is not correct, you didn't add<s>tags in training text most likely.With the attached LM created with SRILM result should be much better.
And, of course, you need much more training data as described in tutorial.
Hello Rawan , Nickolay
am working with pocketsphinx after working well and get great results with sphinx4 as long as haven't experience with , tried to run it by eclipse and it works but my intent is voice recognition for arabic on android with words list (limit) so if here isn't the right place can u help me where it is?
sorry for rawan if i tried ur model without ur permission but i won't intent to upload my works or use it as final without urs of course .. it was just a try to see if this will work .
i tried to use the model rawan uploaded and it log me this error : http://imgur.com/a/rYgRj
And I use https://i.stack.imgur.com/g6YxN.png this code setup code for setup the recognizer and call recognizer.startListening(SEARCH_KEYWORD); when press&hold on button and recognizer.stop(); when the hold is up. and this is content of the digits2.gram : https://imgur.com/zNAkODv and this log come : https://imgur.com/a/bo7pm and didn't know than what ?!!
and this is the code for results :https://imgur.com/a/KFd9E
i didn't know what is wrong here ..
what should i do to use Rawan's model or any other model for arabic words on android ?
Thanks!