I am a freshman in Sphnix. So sorry for silly questions. I have met a problem as follows:
I am using JBuilder 2005 to build the HelloWorld project provided by Sphnix4. But when the program reads the \${classes_dir}\edu\cmu\sphinx\model\acoustic\WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz\dict\cmudict.0.6d, the error message is "java.lang.OutOfMemoryError
". I am really appreciated if anyone can help me.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am a freshman in Sphnix. So sorry for silly questions. I have met a problem as follows:
I am using JBuilder 2005 to build the HelloWorld project provided by Sphnix4. But when the program reads the \${classes_dir}\edu\cmu\sphinx\model\acoustic\WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz\dict\cmudict.0.6d, the error message is "java.lang.OutOfMemoryError
". I am really appreciated if anyone can help me.
just start the program with the system property -mx312m. For example
java -mx312m -jar HelloWorld.jar
By the way, my pc has 1G memory.