VoxForge
Re: Turkish dictionary myam.dic
The following error in the decode log:
ERROR: "dict.c", line 556: '=PLCHLDR0=': Unknown phone 'SIL'
ERROR: "dict.c", line 243: Failed to add DUMMY(SIL) entry to dictionary
means that your phoneset is in lowercase. To solve this issue add the following line to etc/sphinx_decode.cfg
$DEC_CFG_EXTRA_ARGS = "-dictcase yes";
--- (Edited on 10/7/2009 02:33 [GMT+0400] by nsh) ---