We have been going through the Robust Group Tutorial using Sphinx 3 nightly and SphinxTrain nightly with the AN4 database. We are getting an error when we try to decode saying can't open AN4-1-1.match. The file an4.match exists in the result directory. The error message is as follows:
~/tutorial/nightly/an4$ perl scripts_pl/decode/slave.pl
MODULE: DECODE Decoding using models previously trained
Decoding 130 segments starting at 0 (part 1 of 1)
Using files: 0% Finished
Can't open /home/nathan/tutorial/nightly/an4/result/an4-1-1.match
SENTENCE ERROR: 100.000% (130/130)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We have been going through the Robust Group Tutorial using Sphinx 3 nightly and SphinxTrain nightly with the AN4 database. We are getting an error when we try to decode saying can't open AN4-1-1.match. The file an4.match exists in the result directory. The error message is as follows:
~/tutorial/nightly/an4$ perl scripts_pl/decode/slave.pl
MODULE: DECODE Decoding using models previously trained
Decoding 130 segments starting at 0 (part 1 of 1)
Using files: 0% Finished
Can't open /home/nathan/tutorial/nightly/an4/result/an4-1-1.match
SENTENCE ERROR: 100.000% (130/130)
What does logdir/decode/an4-1-1.log say?
It said error loading shared libraries. libsphinxutil.so.0
I found this in the sphinxbase directory. Did it not install correctly?
Ahh - if you installed SphinxBase system-wide, you may have to do one or two things:
1) add /usr/local/lib to /etc/ld.so.conf or /etc/ld.so.conf.d/
2) run /sbin/ldconfig