我正在努力研究印地语语音识别。我在设置模型的路径时出错。我正在设置它们,如下所示。我哪里错了?
configuration
.setAcousticModelPath("file:///C/Users//Desktop/hindi/model_parameters/hindi.cd_cont_1000");
configuration
.setDictionaryPath("file:///C/Users/apurvgandhwani/Desktop/hindi/etc/hindi.dic");
configuration
.setLanguageModelPath("file:///C/Users/apurvgandhwani/Desktop/hindi/etc/lm/hindi.arpa");发布于 2016-05-23 03:18:42
要解决此问题,您需要执行以下几个步骤:
sphinx4 --5prealpha.jar,而不是旧的file:///C/
file:///C:,而不是sphinx4网站上的file:///C/feat.params总体而言,印地语的模型还不准确,一旦我们有更多的数据可供训练,它将变得更加准确和可用。
更多详细信息here
https://stackoverflow.com/questions/37323184
复制相似问题