I know there is a dcument here: http://www.speech.cs.cmu.edu/sphinx/doc/ and another one here: https://cmusphinx.github.io/doc and a little guid on sourceforge site, but if someone wants to know how this toolkit works step by step, he should start from where? how to learn and follow the files,structures,variables,functions,etc?
I mean a road map about how to read and learn it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Nobody learns such complex software step-by-step, instead, you first learn the theory by reading the textbook like "Spoken Language Processing", then you work on specific problem you have and read specific parts of the source code.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I know there is a dcument here: http://www.speech.cs.cmu.edu/sphinx/doc/ and another one here: https://cmusphinx.github.io/doc and a little guid on sourceforge site, but if someone wants to know how this toolkit works step by step, he should start from where? how to learn and follow the files,structures,variables,functions,etc?
I mean a road map about how to read and learn it?
Nobody learns such complex software step-by-step, instead, you first learn the theory by reading the textbook like "Spoken Language Processing", then you work on specific problem you have and read specific parts of the source code.
It's interesting for me to know how many people for how many years worked on this toolkit?