VoxForge
Hi, I'm trying to install Sphinx 3
When I start PERL script decode/slave.pl, it gives me an error, because it can't find /SphinxTrain/script_pl/util/utils.pl
script_pl has no /util folder.
I can only find one download location for SphinxTrain:
http://cmusphinx.sourceforge.net/html/download.php#SphinxTrain
This doesn't contain a /script_pl/util/ folder.
Please can someone help?
Maybe could you send me a .zip of the /util folder?
Many thanks,
PS Is there a better place for posting such a query?
PPS I'm not the only one to get this problem - half way down this page, some guy gets the same problem:
http://www.voxforge.org/home/forums/message-boards/other-languages/italian-language?pn=2
--- (Edited on 9/10/2007 7:57 pm [GMT-0500] by Visitor) ---
1. Install latest sphinx3. Preferable from nightly build but 0.7 is also ok.
2a. Run sphinx3/scripts/setup_sphinx3.pl with appropriate options (-task and so on)
or
2b. Copy slave.pl and s3_decode.pl from sphinx3/scripts.pl by hand.
--- (Edited on 9/10/2007 11:10 pm [GMT-0500] by nsh) ---
--- (Edited on 9/10/2007 11:11 pm [GMT-0500] by nsh) ---
hey nsh
when I run the following command
configure --prefix=`pwd`/build --with-sphinxbase=`pwd`/../sphinxbase
i get a configure error as follows
configure: error: SphinxBase libraries were not found in /home/UHR-Hozefa/Desktop/trial3/sphinx3-0.7/../sphinxbase.
any help would be greatly appreciated
cheers
Hozefa
--- (Edited on 6/8/2009 7:29 am [GMT-0500] by hozefa26) ---
Hi Hozefa,
From the Sphinx 3 README:
Installation Guide:
^^^^^^^^^^^^^^^^^^^
This sections contain installation guide for various platforms.
Linux/Unix Installation:
^^^^^^^^^^^^^^^^^^^^^^^^
Starting from Sphinx 3.7, you need to compile sphinxbase before
compilation of sphinx3. The layout of the directory should look
like this:
sphinx3/
sphinxbase/
By default, sphinx3 will search for ../sphinxbase/ as the path of the
include files and libraries. You need to compile sphinxbase FIRST
before compiling sphinx3. Please read the README in the sphinxbase
package for details.
Ken
--- (Edited on 6/9/2009 5:50 pm [GMT-0400] by kmaclean) ---