Are there any good, preferably step by step install guides for CMU Sphinx 4 -5prealpha(latest version)? I couldn't find any and the official guide is outdated. I've been trying to follow the steps but after i'm done i'm missing 2 jars(jsapi and tags) and if i try to get them from the version before eclipse doesn't find any of the classes. I haven't had too much experience with seting up such projects for eclipse, all i did before was maybe create some custom libraries so that's why i'm asking for a step by step buide. Any directions are welcome.
            Asked
            
        
        
            Active
            
        
            Viewed 4,239 times
        
    1 Answers
3
            Are there any good, preferably step by step install guides for CMU Sphinx 4 -5prealpha(latest version)?
There is no "install" in Java projects. If you want to compile latest sphinx4 you can do the following steps:
- Make sure your Eclipse has Maven support
 - Go to http://github.com/cmusphinx/sphinx4
 - Download zip or checkout repo from git
 - Import with 
Import -> Maven -> Existing Projectexisting maven project - Build and run the demo.
 
but after i'm done i'm missing 2 jars(jsapi and tags)
Those were removed, you should not reference them
        Nikolay Shmyrev
        
- 24,897
 - 5
 - 43
 - 87