Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要训练自己的声学模型。在官方 wiki 上,这个过程是针对 DMP 格式的 ngramm 模型描述的,但是我需要使用以 JSGF 格式提供的(语法)语言模型。有这种可能吗?如果是这样,你能提供一个关于这个主题的教程吗?
修改是最小的。在安装位置或脚本中打开 psdecode.pl 脚本并更改
-lm => $ST::DEC_CFG_LANGUAGEMODEL,
至
-jsgf => "/full/path/to/jsgf/file",