I saw this question posted ealier, but did not see any replies. I am a newbie to sphinx and any documentation on the code of PocketSphinx will be helpful. Could anyone point me to such documentation?
Thanks,
J
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the reply Nickolay. I was hoping to find something that would give a little deeper explanation how the search modules work in the code and also the working and parameter settings of the HMMs.
J
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I saw this question posted ealier, but did not see any replies. I am a newbie to sphinx and any documentation on the code of PocketSphinx will be helpful. Could anyone point me to such documentation?
Thanks,
J
Did you check API reference and examples in source code? What else do you need?
Thanks for the reply Nickolay. I was hoping to find something that would give a little deeper explanation how the search modules work in the code and also the working and parameter settings of the HMMs.
J
Well, about search modules, any book on ASR can give you an overview, some free are listed here:
http://www.voxforge.org/home/docs/speech-recognition-books
more details on algorithms and optimizations you can find in pocketsphinx articles like this one:
http://www.voxforge.org/home/docs/speech-recognition-books
To learn how to optimize parameters check our wiki page:
http://www.speech.cs.cmu.edu/cmusphinx/moinmoin/DecoderTuning
Thanks for the links Nickolay.