Training acoustic model for CMU Sphinx using Finit

2019-06-13 17:52发布

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条回答
Lonely孤独者°
2楼-- · 2019-06-13 18:21

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",
查看更多
登录 后发表回答