Great @Q3Varnam , finally I solved the problem! It was because of my missing to run this command sphinxtrain -t robot setup Before sphinxtrain run Thank you again!
I have these sentences in my transcription file for example: <s> become blue <\s> <s> become red <\s> But I wrote them like this in my grammar .jsgf file: <colors> = (red | blue); <action> = become <colors> public <commands> = <action> Is this okay or the problem is here?
....
I have these sentences in my transcription file for example: <s> become blue <\s> <s> become red <\s> But I wrote them like this in my grammar .jsgf file: <colors> = (red | blue); <action> = become <colors> public <commands> = <action> Is this okay or the problem is here?
I checked this and seems all are same and well
It seems all the thing are well but it gives me 100% ERROR :)
This is robot.align file but the result is strange! SALAM (test-1) (test-1) Words: 1 Correct: 0 Errors: 1 Percent correct = 0.00% Error = 100.00% Accuracy = 0.00% Insertions: 0 Deletions: 1 Substitutions: 0 HALET CHETORE (test-2) (test-2) Words: 2 Correct: 0 Errors: 2 Percent correct = 0.00% Error = 100.00% Accuracy = 0.00% Insertions: 0 Deletions: 2 Substitutions: 0 ESMET CHIE (test-3) (test-3) Words: 2 Correct: 0 Errors: 2 Percent correct = 0.00% Error = 100.00% Accuracy = 0.00% Insertions: 0 Deletions:...
Okay, thank you so much! Did you see my attachment? was that true?