0
Я пытаюсь работать с распознаванием речи хинди. Я получаю ошибку при настройке путей моделей. Я устанавливаю их, как показано ниже. Где я иду не так?Распознавание речи Sphinx4 Hindi
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");
улучшенное форматирование и Граммер – ankitr
Исключение в потоке "основного" java.lang.NoSuchMethodError: edu.cmu.sphinx.util.Utilities.pathJoin (Ljava/языки/Строка; Ljava/языки/Строка ;) Ljava/языки/String; \t at edu.cmu.sphinx.api.Context.setAcousticModel (Context.java:89) \t at edu.cmu.sphinx.api.Context. (Context.java:61) \t at edu.cmu.sphinx.api.Context. (Context.java:45) \t at edu.cmu.sphinx.api.AbstractSpeechRecognizer. (AbstractSpeechRecognizer.java:44) \t at edu.cmu.sphinx.api.StreamSpeechRecognizer. (StreamSpeechRecognizer.java:35) \t at com.example.TranscriberDemo.main (TranscriberDemo.java:24) –
Maddy