I am new to CMU Sphinx. I'm trying to implement off-line voice recognition
application for android. After doing some research I found that Pocketsphinx
will give a very good support for me.
I tried to configure those packages in my machine. But those are giving some
errors. I am using Ubuntu 10.04 (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5))
The Steps I followed :
1. Download sphinxbase-0.7.tar.gz and pocketsphinx-0.7.tar.gz from sourceforge
2. Follow the instructions in readme files While run 'make' command lot of errors are given saying "make: Nothing to be done for `all'." etc.
Please give me your valuable suggestions to get rid of this. Is there
documentations to follow for success this installation process including pre-
request things?
Regards !
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
While run 'make' command lot of errors are given saying "make: Nothing to be
done for `all'." etc.
Those are not errors, they are just messages. They help you to understand the
problem if it exists or just notify you if everything is ok. You might need to
read them with more details. From the information you already provided (you
need to provide full output to get more hints) you compiled pocketsphinx just
fine.
You can learn more about building Linux project by reading some introduction
like this one
Hi all,
I am new to CMU Sphinx. I'm trying to implement off-line voice recognition
application for android. After doing some research I found that Pocketsphinx
will give a very good support for me.
I tried to configure those packages in my machine. But those are giving some
errors. I am using Ubuntu 10.04 (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5))
The Steps I followed :
1. Download sphinxbase-0.7.tar.gz and pocketsphinx-0.7.tar.gz from sourceforge
2. Follow the instructions in readme files While run 'make' command lot of errors are given saying "make: Nothing to be done for `all'." etc.
Please give me your valuable suggestions to get rid of this. Is there
documentations to follow for success this installation process including pre-
request things?
Regards !
Hello
Those are not errors, they are just messages. They help you to understand the
problem if it exists or just notify you if everything is ok. You might need to
read them with more details. From the information you already provided (you
need to provide full output to get more hints) you compiled pocketsphinx just
fine.
You can learn more about building Linux project by reading some introduction
like this one
http://www.tuxfiles.org/linuxhelp/softinstall.html