I'm new to pocketsphinx & i'm building and i'm using pocketsphinx_continuous to test my acoustic/language model ( i'm building my dict/LM for macedonian language & using existing acoustic model from cmusphinx".
While running the script i'm getting:
"Phone 'k' is mising in the acoustic model; word 'кладење' ignored" ( macedonian lang. uses cyrylic alphabet )
The problem is that this error occures on the first letter of a lot of words ( example ):
ERROR: "dict.c", line 193: Line 72905: Phone 'g' is mising in the acoustic model; word 'глумци' ignored
ERROR: "dict.c", line 193: Line 72906: Phone 'r' is mising in the acoustic model; word 'разговарано' ignored
ERROR: "dict.c", line 193: Line 72907: Phone 's' is mising in the acoustic model; word 'стучњакот' ignored
.....
What could be the problem ? ( I've cleared the .text file from double spaces/dashes/digits etc. )
Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm new to pocketsphinx & i'm building and i'm using pocketsphinx_continuous to test my acoustic/language model ( i'm building my dict/LM for macedonian language & using existing acoustic model from cmusphinx".
While running the script i'm getting:
"Phone 'k' is mising in the acoustic model; word 'кладење' ignored" ( macedonian lang. uses cyrylic alphabet )
The problem is that this error occures on the first letter of a lot of words ( example ):
ERROR: "dict.c", line 193: Line 72905: Phone 'g' is mising in the acoustic model; word 'глумци' ignored
ERROR: "dict.c", line 193: Line 72906: Phone 'r' is mising in the acoustic model; word 'разговарано' ignored
ERROR: "dict.c", line 193: Line 72907: Phone 's' is mising in the acoustic model; word 'стучњакот' ignored
.....
What could be the problem ? ( I've cleared the .text file from double spaces/dashes/digits etc. )
Thanks in advance.
If you want to use existing acoustic model you need to use existing phoneset. For now your phoneset is not compatible.