When I use pocketsphinx_continuous -infile my audio -dict my_dictionary -jsgf my_jsgf
I got these errors:
ERROR: "dict.c", line 195: Line 1: Phone 'I' is mising in the acoustic model; word 'Bismi' ignored
ERROR: "dict.c", line 195: Line 2: Phone 'I' is mising in the acoustic model; word 'Bismi(2)' ignored
ERROR: "dict.c", line 195: Line 3: Phone 'A' is mising in the acoustic model; word 'Lahi' ignored
ERROR: "dict.c", line 195: Line 4: Phone 'A' is mising in the acoustic model; word 'Lahi(2)' ignored
ERROR: "dict.c", line 195: Line 5: Phone 'HI' is mising in the acoustic model; word 'Rahmani' ignored
ERROR: "dict.c", line 195: Line 6: Phone 'HI' is mising in the acoustic model; w
ERROR: "fsg_search.c", line 141: The word 'wa' is missing in the dictionary
But, I got the a good accuracy when I tested my data in the result file
TOTAL Words: 420 Correct: 420 Errors: 0
TOTAL Percent correct = 100.00% Error = 0.00% Accuracy = 100.00%
TOTAL Insertions: 0 Deletions: 0 Substitutions: 0
How can i solve theses problems? Thank you so much