Currently am doing my academic project in speech recognition for one of the Indian language. I have utilised sphinx knwledge base for language model creation and sphinxtrain-5prealpha to build the acoustic model. I am able to do recognition with the help of pocketsphinx-5prealpha using the command ""pocketsphinx_continuous -hmm model_parameters/sample.cd_cont_200 -lm etc/sample.ug.lm -dict etc/sample.dic -inmic yes ""
I would like to study more about the dependencies between the scripts and the data flow. Where could I find a help to acheive this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Currently am doing my academic project in speech recognition for one of the Indian language. I have utilised sphinx knwledge base for language model creation and sphinxtrain-5prealpha to build the acoustic model. I am able to do recognition with the help of pocketsphinx-5prealpha using the command ""pocketsphinx_continuous -hmm model_parameters/sample.cd_cont_200 -lm etc/sample.ug.lm -dict etc/sample.dic -inmic yes ""
I would like to study more about the dependencies between the scripts and the data flow. Where could I find a help to acheive this?
You can read the scripts