I'm trying to use the new acoustic model along with the transcriber demo. At this point I have updated the build.xml file to include the location of the directory containing the model. Everything seems to build fine - the associated JAR shows up in the /lib/ directory. When I run the transcriber I get the error shown below - any ideas?
If you get error about missing resource it means that resource is missing. You need to figure out why resource is missing in the jar and what is the proper path for the resource.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to use the new acoustic model along with the transcriber demo. At this point I have updated the build.xml file to include the location of the directory containing the model. Everything seems to build fine - the associated JAR shows up in the /lib/ directory. When I run the transcriber I get the error shown below - any ideas?
Exception in thread "main" Property exception component:'acousticModelLoader' property:'location' - Can't locate resource:/cmusphinx-5prealpha-en-us
edu.cmu.sphinx.util.props.InternalConfigurationException: Can't locate resource:/cmusphinx-5prealpha-en-us
It doesn't seem like you are using latest code:
http://github.com/cmusphinx/sphinx4
and latest tutorial:
http://cmusphinx.sourceforge.net/wiki/tutorialsphinx4
If you get error about missing resource it means that resource is missing. You need to figure out why resource is missing in the jar and what is the proper path for the resource.