CMU Sphinx 4 - 5 pre alpha install guide

核能气质少年 提交于 2019-12-10 19:56:46

问题


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.


回答1:


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:

  1. Make sure your Eclipse has Maven support
  2. Go to http://github.com/cmusphinx/sphinx4
  3. Download zip or checkout repo from git
  4. Import with Import -> Maven -> Existing Project existing maven project
  5. 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



来源:https://stackoverflow.com/questions/25962444/cmu-sphinx-4-5-pre-alpha-install-guide

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!