I got sphinx4-0.1alpha source and installed via cygwin on WinXP. Everything seems to build just fine, but only a few of the demos are installed (AudioTool, HelloDigits, HelloNGram, HelloWorld, ZipCity). I want to try WavFile but as you can see that is one of the missing ones. How do I get the others?? Everything I see for this projects seems to imply that you should get everything at once.
Thanks for any suggestions
Erik
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I looked in the demo.xml file, and it actually only contains instructions for building the demos that I have. There is no reference whatsoever to the others (incl. WavFile). I wonder if the demo.xml file was modified...?
Part of the demo.xml follows below. As I can tell, all the demos I have are the "non-JSAPI" ones. I did unpack the JSAPI file and I have a jsapi.jar in my lib directory, so I don't think that's the problem.
<target name="all"
depends="make_lib_dir,
compile_sphinx_demos"
description="Compiles and jars the demos"/>
are you sure that you've processed the "all" task of the demo.xml ant-file?
Afterwards you should find all requested jars (inlcuding WavFile) in your ${sphinx4}/bin directory.
Best regards,
Holger
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I got sphinx4-0.1alpha source and installed via cygwin on WinXP. Everything seems to build just fine, but only a few of the demos are installed (AudioTool, HelloDigits, HelloNGram, HelloWorld, ZipCity). I want to try WavFile but as you can see that is one of the missing ones. How do I get the others?? Everything I see for this projects seems to imply that you should get everything at once.
Thanks for any suggestions
Erik
I looked in the demo.xml file, and it actually only contains instructions for building the demos that I have. There is no reference whatsoever to the others (incl. WavFile). I wonder if the demo.xml file was modified...?
Part of the demo.xml follows below. As I can tell, all the demos I have are the "non-JSAPI" ones. I did unpack the JSAPI file and I have a jsapi.jar in my lib directory, so I don't think that's the problem.
<target name="all"
depends="make_lib_dir,
compile_sphinx_demos"
description="Compiles and jars the demos"/>
The file then contains with instructions for building only these four demos...
Erik
Hi Erik,
are you sure that you've processed the "all" task of the demo.xml ant-file?
Afterwards you should find all requested jars (inlcuding WavFile) in your ${sphinx4}/bin directory.
Best regards,
Holger