Hi I followed the instructions of www.speech.cs.cmu.edu/sphinx/tutorial.html
to create my personal acoustic model, but when I setup the sphinx3 tutorial:
cd sphinx3
perl scripts/setup_tutorial.pl mymodel
I get this error:
Building task mymodel
Task not previously defined. User has to provide language model and supporting
variables.
Any suggestion??
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi I followed the instructions of www.speech.cs.cmu.edu/sphinx/tutorial.html
to create my personal acoustic model, but when I setup the sphinx3 tutorial:
cd sphinx3
perl scripts/setup_tutorial.pl mymodel
I get this error:
Building task mymodel
Task not previously defined. User has to provide language model and supporting
variables.
Any suggestion??
Thanks
Katiab,
The instructions in the tutorial only work for the rm1 and an4 "tasks".
To set up your own task, begin with an exact copy of rm1 or an4.
CB
Thanks cbader!