VoxForge
Hi,
I am trying to begin my own exercise with sphinx3. I have already given a name to it with the perl scripts_pl/copy_setup.pl -task mgf command.
I reran the Sphinxtrain setup without problems:
./configure
make
perl scripts_pl/setup_tutorial.pl mgf
cd ../mgf
perl scripts_pl/make_feats.pl -ctl etc/an4_train.fileids
perl scripts_pl/RunAll.pl
Then, I reran the decoder setup:
./configure --prefix=`pwd`/build --with-sphinxbase=`pwd`/../sphinxbase
make && make install
perl scripts/setup_tutorial.pl mgf
I got the following message:
Building task mgf
Task not previously defined. User has to provide language model and supporting variables
The tutorial says I have to copy the configuration files located under etc, to the new setup. I am not understanding well because I looked the etc/ directory of my new task and it already has the same files as the an4/etc.
What haven't I understood?
Thanks
--- (Edited on 4/18/2008 8:48 am [GMT-0500] by m811) ---
--- (Edited on 4/18/2008 10:07 am [GMT-0500] by m811) ---