I need to train my own acoustic model. On the official wiki, this process is described for ngramm models in DMP format, but I need to use a (grammar) language model provided in JSGF format. Is there a such possibility? And if so, could you give a tutorial on this subject?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Modifications are minimial. Open psdecode.pl script in the installed location or in scripts and change
-lm => $ST::DEC_CFG_LANGUAGEMODEL,
to
-jsgf => "/full/path/to/jsgf/file",