I have compiled the Sphinx4 as the manual told me to do. But there are several errors occured while compiling. The detaied error messages are listed as follows:
1. "Sphinx3Saver.java": cannot find symbol; symbol : variable PROP_PREFIX, location: interface edu.cmu.sphinx.linguist.acoustic.AcousticModel at line 63, column 44. I tried to find the field PROP_PREFIX in "edu.cmu.sphinx.linguist.acoustic.AcousticModel", but there is no field called PROP_PREFIX. Who can tell me the reason.
2."Sphinx3Saver.java": cannot find symbol; symbol : method getLogMath(java.lang.String), location: class edu.cmu.sphinx.util.LogMath at line 122, column 27. Also I can not find the field getLogMath in edu.cmu.sphinx.util.LogMath.
And many other same errors too. I would be very appreciated if somebody can tell me the reason.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have compiled the Sphinx4 as the manual told me to do. But there are several errors occured while compiling. The detaied error messages are listed as follows:
1. "Sphinx3Saver.java": cannot find symbol; symbol : variable PROP_PREFIX, location: interface edu.cmu.sphinx.linguist.acoustic.AcousticModel at line 63, column 44. I tried to find the field PROP_PREFIX in "edu.cmu.sphinx.linguist.acoustic.AcousticModel", but there is no field called PROP_PREFIX. Who can tell me the reason.
2."Sphinx3Saver.java": cannot find symbol; symbol : method getLogMath(java.lang.String), location: class edu.cmu.sphinx.util.LogMath at line 122, column 27. Also I can not find the field getLogMath in edu.cmu.sphinx.util.LogMath.
And many other same errors too. I would be very appreciated if somebody can tell me the reason.
I have solved this problem. Sorry for silly questions.