Reputation: 4072
I can create voice recognition for my limited set of words using the following link. http://www.speech.cs.cmu.edu/tools/lmtool-new.html
But how do I give feedback to the language model to train better for my voice. For example, the phonetic values in .dic files are for american accent (I want to train it to indian accent).
Upvotes: 1
Views: 286
Reputation: 2507
Language model has nothing to do with voice, it operates with words. Use SphinxTrain to tailor the acoustic model to the accent you need and read how to adapt existing model or create new one.
Upvotes: 1