I'm trying to run the sphinx decoder on cygwin using the script slave.pl
however I obtain the following error:
$ perl scripts_pl/decode/slave.pl
Configuration (e.g. etc/sphinx_train.cfg) not defined
Compilation failed in require at scripts_pl/decode/slave.pl line 45.
BEGIN failed--compilation aborted at scripts_pl/decode/slave.pl line 45.
I have followed the tutorial setting the decoder using
../sphinx3/scripts/setup_tutorial my_task.
The same error appears when I try to run the make_feats script
I checked out that files: utils.pm and sphinx_decode.cfg exist.
What am I missing in the configuration? what is wrong?
Thanks in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm trying to run the sphinx decoder on cygwin using the script slave.pl
however I obtain the following error:
$ perl scripts_pl/decode/slave.pl
Configuration (e.g. etc/sphinx_train.cfg) not defined
Compilation failed in require at scripts_pl/decode/slave.pl line 45.
BEGIN failed--compilation aborted at scripts_pl/decode/slave.pl line 45.
I have followed the tutorial setting the decoder using
../sphinx3/scripts/setup_tutorial my_task.
The same error appears when I try to run the make_feats script
I checked out that files: utils.pm and sphinx_decode.cfg exist.
What am I missing in the configuration? what is wrong?
Thanks in advance
You aren't accurate enough in following the tutorial. There is no such
tutorial which mentions command
As well as file is called Util.pm, not utils.pm
I suggest you to start from scratch and be more accurate. Don't hurry.