Menu

BatchModeRecognizer

2014-05-23
2014-05-24
  • Roberto Vita

    Roberto Vita - 2014-05-23

    Hi, i'm using Sphinx4-5prealpha with Eclipse in Windows and i don't understand how to use BatchModeRecognizer to do some accuracy testing, because i'm changing default config file to improve accuracy.

    Thanks

     
  • Jeff Acquaviva

    Jeff Acquaviva - 2014-05-23

    I'm still learning how everything is laid out in the IDE myself, but it may be easier for you to use the commandline instead
    In the sphinx root directory:

    java -cp lib/batch.jar:lib/sphinx4.jar edu.cmu.sphinx.tools.batch.BatchModeRecognizer \
    path/to/config.xml path/to/batchfile.txt

     
  • Roberto Vita

    Roberto Vita - 2014-05-23

    Thanks for the help, i did all you said but the command returned an error: impossible to find or load main class edu.cmu...

    I don't understand, is there something wrong in the command i wrote? i attached a photo so you can check.

    Thanks

     
  • Roberto Vita

    Roberto Vita - 2014-05-24

    I resolved, the problem was tha jar library list, they must be separated by a semicolon(;) instead of a colon(:)

     

Log in to post a comment.