However, I just copied from the internet and created sphinx_decode.cfg
During decoding, it failed at can't open model.match file, and no log was
created for this error. I checked and there were no result dir nor .match
file. What could've gone wrong?
Thanks,
Tony
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Because it's the configuration file for sphinx3 decoder use only, but not
included in SphinxTrain.
Try to run Perl setup script similar to what tutorial shows for setting up
SphinxTrain, e.g.
Now I get an error of can't open model-1-1.match doesn't matter if i use
sclite or word_align to do it. The log shows bin/sphinx3_decode keeps looking
in the bin/.libs or ./libs/.libs for the sphinx3_decode itself.
Tony
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
sphinx_decode.cfg not in the etc folder. Why?
However, I just copied from the internet and created sphinx_decode.cfg
During decoding, it failed at can't open model.match file, and no log was
created for this error. I checked and there were no result dir nor .match
file. What could've gone wrong?
Thanks,
Tony
Because it's the configuration file for sphinx3 decoder use only, but not
included in SphinxTrain.
Try to run Perl setup script similar to what tutorial shows for setting up
SphinxTrain, e.g.
Check/modify the locations of AM and LM in sphinx_decode.cfg. After that,
under your_task_name directory run
Thank you for your reply.
Now I get an error of can't open model-1-1.match doesn't matter if i use
sclite or word_align to do it. The log shows bin/sphinx3_decode keeps looking
in the bin/.libs or ./libs/.libs for the sphinx3_decode itself.
Tony
a binary file under bin/.libs/ should be compiled and generated automatically
when you run
Please check the log file again where the "ERROR" words are. The most ERRORs
are caused by file locations, parameters settings.