Hi I'm currently trying to get the phoneme recognition to work as described
in:
http://cmusphinx.sourceforge.net/wiki/phonemerecognition I'm using the phone.dict and
filler.dict from the links but am getting the following errors:
WARNING: "dict.c", line 499: not in dictionary
WARNING: "dict.c", line 501: not in dictionary
WARNING: "dict.c", line 503: <sil> not in dictionary
FATAL_ERROR: "dict.c", line 507: <sil>, , or missing from dictionary </sil></sil>
This is on windows xp using sphinx_base 0.6 win32 and sphinx 3.0.8. The
dictionary format doesn't accept the missing words in the format described by
the error. Help much appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi I'm currently trying to get the phoneme recognition to work as described
in:
http://cmusphinx.sourceforge.net/wiki/phonemerecognition I'm using the phone.dict and
filler.dict from the links but am getting the following errors:
WARNING: "dict.c", line 499:
not in dictionarynot in dictionaryWARNING: "dict.c", line 501:
WARNING: "dict.c", line 503: <sil> not in dictionary
FATAL_ERROR: "dict.c", line 507: <sil>,
, ormissing from dictionary </sil></sil>This is on windows xp using sphinx_base 0.6 win32 and sphinx 3.0.8. The
dictionary format doesn't accept the missing words in the format described by
the error. Help much appreciated.
As message says, you need to add <sil>
andto the filler dictionary: </sil>SIL
SIL<sil> SIL </sil>
Wiki page should be updated