im developing an application that uses CMU Sphinx4, but when i trying to run PythonTranscriber the following error occurs:
[root@karen python]# java -cp /home/karen/jython2.5/jython.jar:$CLASSPATH org.python.util.jython PythonTranscriber.py
Traceback (most recent call last):
File "PythonTranscriber.py", line 36, in <module>
from edu.cmu.sphinx.jsapi import JSGFGrammar
ImportError: No module named jsapi
i noticed that the directory :"/home/karen/sphinx4-1.0beta5-scr2/sphinx4-1.0beta/lib"
does not have the jsapi.jar.
i tried to look for it in another directory but i can not find it.
How can i get jsapi.jar inside the directory :"/home/karen/sphinx4-1.0beta5-scr2/sphinx4-1.0beta/lib"
it supposed to be there!
Please help!