Sir/Madam,
I am using eclipse IDE and using sphinx4,for my first speech recogination project and encountering the error as "Exception in thread "main" java.lang.NullPointerException
at edu.cmu.sphinx.util.props.SaxLoader.load(SaxLoader.java:74)
at edu.cmu.sphinx.util.props.ConfigurationManager.<init>(ConfigurationManager.java:58)
at newF.acx.main(acx.java:32)"</init>.
I am not able to comperend it. please help!!!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sir/Madam,
I am using eclipse IDE and using sphinx4,for my first speech recogination project and encountering the error as "Exception in thread "main" java.lang.NullPointerException
at edu.cmu.sphinx.util.props.SaxLoader.load(SaxLoader.java:74)
at edu.cmu.sphinx.util.props.ConfigurationManager.<init>(ConfigurationManager.java:58)
at newF.acx.main(acx.java:32)"</init>.
I am not able to comperend it. please help!!!!
Looks like did not add sphinx4 jars into classpath properly. Make sure you follow the instructions from the tutorial
http://cmusphinx.sourceforge.net/wiki/tutorialsphinx4
In case you need help, provide more details on the project layout, how do you include sphinx4 jars, what are the project properties.