I have a problem with HelloWorld demo. I get the message
Can't locate resource:/WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz
edu.cmu.sphinx.util.props.InternalConfigurationException
..
although this file is there:(
I found some messages about errors in HelloWorld, but it was 3 years ago..
Can anyone help me?
Thank you,
Dimitra
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I have a problem with HelloWorld demo. I get the message
Can't locate resource:/WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz
edu.cmu.sphinx.util.props.InternalConfigurationException
..
although this file is there:(
I found some messages about errors in HelloWorld, but it was 3 years ago..
Can anyone help me?
Thank you,
Dimitra
Please accurately follow the documentation. You are starting the demo from the
wrong folder, that's why class is not found
http://cmusphinx.sourceforge.net/sphinx4/src/apps/edu/cmu/sphinx/demo/hellowo
rld/README.html
The command bust be
Please read about java CLASSPATH, it will help you in the future
http://www.ibm.com/developerworks/library/j-classpath-
unix/
Thank you very much for the answer and the links.