Hindi speech to text using sphinx4 in java -


I'm using Sphinx 4 to convert text from speech, it works fine for English, But how can I use it for Hindi speech? For example, I said "my name is Amit". After changing the text, the output should be "My name is Amit".

You can download Hindi acoustic model here: Use it with the Sphinx 4 here:

However, it is in a very basic condition and it is unlikely that its high accuracy will be. You can try the acoustic model for better accuracy, see the tutorial for details

The installation of models in Eclipse is simple:

1 ) Download the latest code as described in the tutorial:

2) Open transcriber demo for acoustic model and edit and point to the model to download from the dictionary < / P>

3) A grammar as described in the LM tutorial Create class language models

4) Change the file for recognition TranscriberDemo.java.

5) Run and see that this file

recognizes

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -