Hello, I downloaded sphinxbase and the installed it using
./configure make
according to guideline that I am following the sphinx_jsgf2fsg is present in sphinxbase/bin/
I did not find the bin folder, but I found sphinx_jsgf2fsg
First, I have to create the JSGF format using this command
perl fsg.pl -l input_file
I prepared in input file, but I did not find fsg.pl instead there was fsg2dot.pl
so I used
perl fsg2dot.pl -l input_file
I had this error
Can't open -l: No such file or directory at fsg2dot.pl line 6.
Then I need to use this command
sphinx_jsgf2fsg < district_fsg > district_fsg.fsg
Also I can not find sphinx_jsgf2fsg tool
any recommendation will help me
where is bin folder? what mistakes did I do?
I solved this problem
I had to install sphinxbase as an administrator root
sudo make install
Then I found the sphinx_jsgf2fsg tool in usr/local/bin
Log in to post a comment.
Hello,
I downloaded sphinxbase and the installed it using
./configure
make
according to guideline that I am following the sphinx_jsgf2fsg is present in sphinxbase/bin/
I did not find the bin folder, but I found sphinx_jsgf2fsg
First, I have to create the JSGF format using this command
perl fsg.pl -l input_file
I prepared in input file, but I did not find fsg.pl instead there was fsg2dot.pl
so I used
perl fsg2dot.pl -l input_file
I had this error
Can't open -l: No such file or directory at fsg2dot.pl line 6.
Then I need to use this command
sphinx_jsgf2fsg < district_fsg > district_fsg.fsg
Also I can not find sphinx_jsgf2fsg tool
any recommendation will help me
where is bin folder? what mistakes did I do?
I solved this problem
I had to install sphinxbase as an administrator root
./configure
make
sudo make install
Then I found the sphinx_jsgf2fsg tool in usr/local/bin