I installed sphinxbase, sphinxtrain and sphinx4. My computer is a AMD sempron computer. The operational system is Scientific Linux 6.9 (Red Hat-like). I desire active the microphone and realize voice commands. first with the example presented in the index.html page inside of sphinx directory.
Problems occurred:
Setup JSAPI 1.0: chmod +x ./jsapi.sh and sh ./jsapi.sh (inside lib directory) were realized, but the error appeared:
Accept (y/n)?:
y
x - creating lock directory
x - extracting jsapi.jar (binary)
./jsapi.sh: line 257: uudecode: comando não encontrado (command no found)
restore of jsapi.jar failed
jsapi.jar: MD5 check failed [felixgulias@localhost lib]$
Run ANT:
[felixgulias@localhost ~]$ cd sphinx4 [felixgulias@localhost sphinx4]$ export JAVA_HOME=/usr/java/jdk1.8.0_144 [felixgulias@localhost sphinx4]$ export ANT_HOME=/opt/rh/devtoolset-2/root/usr/bin [felixgulias@localhost sphinx4]$ export PATH=/usr/java/jdk1.8.0_144/bin:/opt/rh/devtoolset-2/root/usr/bin:$PATH [felixgulias@localhost sphinx4]$ ant
Erro: Não foi possível localizar nem carregar a classe principal org.apache.tools.ant.launch.Launcher
(translation: It is not possible localize and load the main class org.apache.tools.ant.launch.Launcher) [felixgulias@localhost sphinx4]$
How do I get start the sphinx4 ?
Sincerely.
Felix Rodrigues Gulias
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear Sirs
I installed sphinxbase, sphinxtrain and sphinx4. My computer is a AMD sempron computer. The operational system is Scientific Linux 6.9 (Red Hat-like). I desire active the microphone and realize voice commands. first with the example presented in the index.html page inside of sphinx directory.
Problems occurred:
Setup JSAPI 1.0: chmod +x ./jsapi.sh and sh ./jsapi.sh (inside lib directory) were realized, but the error appeared:
Accept (y/n)?:
y
x - creating lock directory
x - extracting jsapi.jar (binary)
./jsapi.sh: line 257: uudecode: comando não encontrado (command no found)
restore of jsapi.jar failed
jsapi.jar: MD5 check failed
[felixgulias@localhost lib]$
Run ANT:
[felixgulias@localhost ~]$ cd sphinx4
[felixgulias@localhost sphinx4]$ export JAVA_HOME=/usr/java/jdk1.8.0_144
[felixgulias@localhost sphinx4]$ export ANT_HOME=/opt/rh/devtoolset-2/root/usr/bin
[felixgulias@localhost sphinx4]$ export PATH=/usr/java/jdk1.8.0_144/bin:/opt/rh/devtoolset-2/root/usr/bin:$PATH
[felixgulias@localhost sphinx4]$ ant
Erro: Não foi possível localizar nem carregar a classe principal org.apache.tools.ant.launch.Launcher
(translation: It is not possible localize and load the main class org.apache.tools.ant.launch.Launcher)
[felixgulias@localhost sphinx4]$
How do I get start the sphinx4 ?
Sincerely.
Felix Rodrigues Gulias
Our tutorial is here:
http://cmusphinx.github.io/wiki/tutorial
read it first.