【发布时间】:2016-02-19 20:38:20
【问题描述】:
我可以使用 Sphinx4 自带的 en-us 东西,没问题:
cfg.setAcousticModelPath("resource:/edu/cmu/sphinx/models/en-us/en-us")
cfg.setDictionaryPath("resource:/edu/cmu/sphinx/models/en-us/cmudict-en-us.dict")
cfg.setLanguageModelPath("resource:/edu/cmu/sphinx/models/en-us/en-us.lm.bin")
我可以用它来转录英文录音。
现在我想将它与 德语 录音一起使用。在网站上,我找到了Acoustic and Language Models 的链接。其中有一个档案“German Voxforge”。它找到了 acoustic model 路径的相应文件。但据我所知,它不包含字典或语言模型。
如何在 Sphinx4 中获取德语的字典和语言模型路径?
【问题讨论】: