VoxForge
Hi
I am trying to update the voxforge dictionary used for julius speech recognition for this as discussed in forum i got the solution i.e g2p method for this metod i am using, Sequitur G2P algorithm, when i try to install this, i am facing issues. i am using the following procedure to install
Installing
----------
To build and use this software you need to have the following part installed:
- Python (http://www.python.org)
tested with 2.5 and 2.7
- SWIG (http://www.swig.org)
tested with 1.3.31 and 2.0.4
- NumPy (http://numpy.scipy.org)
tested with 1.0.4 and 1.10.4
- a C++ compiler that's recognized by Python's distutils.
tested with GCC 4.1, 4.2, 4.3 and 4.6
To install change to the source directory and type:
python setup.py install --prefix /usr/local
You may substitute /usr/local with some other directory. If you do so
make sure that some-other-directory/lib/python2.5/site-packages/ is in
your PYTHONPATH, e.g. by typing
export PYTHONPATH=some-other-directory/lib/python2.5/site-package
when i give this command python setup.py install --prefix /usr/local i am getting the following error,
error: [Errno 13] Permission denied: '/usr/local/bin/g2p.py'
can anyone tell what i need to do resolve this error ?
Thanks
--- (Edited on 7/24/2017 8:19 am [GMT-0500] by Gururaj) ---
--- (Edited on 7/24/2017 8:19 am [GMT-0500] by Gururaj) ---
google "permission denied"
--- (Edited on 7/26/2017 5:27 pm [GMT-0400] by kmaclean) ---