I copied the demo code from TranscriberDemo into a separate project.
After building sphinx from source, my code doesn't work anymore because it can't find some files:
edu.cmu.sphinx.util.props.InternalConfigurationException: Can't locate resource:/edu/cmu/sphinx/models/en-us/en-us.lm.dmp
I unzipped sphinx-data-1.0-SNAPSHOT.jar in my .m2 folder, here are all the files in there:
Since everything used to work before (when maven was downloading sphinx-data from the online repository), I assume that I'm building sphinx wrong (I did mvn install - which runs tests and they pass ok), though I can't find any reference in the documentation on how to do this.
I copied the demo code from
TranscriberDemo
into a separate project. After building sphinx from source, my code doesn't work anymore because it can't find some files:edu.cmu.sphinx.util.props.InternalConfigurationException: Can't locate resource:/edu/cmu/sphinx/models/en-us/en-us.lm.dmp
I unzipped
sphinx-data-1.0-SNAPSHOT.jar
in my.m2
folder, here are all the files in there:Since everything used to work before (when maven was downloading sphinx-data from the online repository), I assume that I'm building sphinx wrong (I did
mvn install
- which runs tests and they pass ok), though I can't find any reference in the documentation on how to do this.