I need to develop an engine for punjabi language. i came across this link- http://cmusphinx.sourceforge.net/wiki/tutorial for tutorials of cmusphinx but it is not showing me anything. So can someone help me as how to use cmusphinx for this purpose or any other tutorial link.
Asked
Active
Viewed 604 times
1 Answers
0
The tutorial for acoustic model training is here:
http://cmusphinx.sourceforge.net/wiki/tutorialam
Basically you need to do the following steps:
- Collect audio recordings
- Transcribe them and split on utterances (short segments)
- Dump the database in cmusphinx format
- Prepare phoneset and phonetic dictionary
- Run the training
- Evaluate the model on held-out data
The steps are pretty straightforward.

Nikolay Shmyrev
- 24,897
- 5
- 43
- 87