I am part of a company and we are working on speech recognition engine. We are using CMUSphinx. After we running our program this error show up: failed to init recognizer java.io.FileNotFoundException sync/assets.lst .
We are using Eclipse system and we do not have Gradle in our project.
Is there a way to solve this issue without Gradle? and using Eclipse?
Hello!
I am part of a company and we are working on speech recognition engine. We are using CMUSphinx. After we running our program this error show up:
failed to init recognizer java.io.FileNotFoundException sync/assets.lst .
We are using Eclipse system and we do not have Gradle in our project.
Is there a way to solve this issue without Gradle? and using Eclipse?
Thank you very much for your time and help.
https://ibb.co/nubsDd
https://ibb.co/noWERy
https://ibb.co/jMQutd
The path for our assets.lst is:
models\src\main\assets\sync
Did you ever get this resolved? I am having the same issue.
Time to use gradle and read the tutorial