I am trying to work on Hindi speech recognition. I am getting the error in setting paths of models. I am setting them like shown below. Where am I going wrong?
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");