Intellij IDEA运行CMU Sphinx4中helloworld DEMO

      有时候程序跑通的一瞬间,就会豁然开朗。前几天一直纠结在这个IDE上运行的helloworld实例,本身也是由于自己对这个IDE不太熟悉,今天才一点点的跟着错误报告并检查每一步,最终搞定。
       下面从头做一个演示:

       新建项目:      Intellij IDEA运行CMU Sphinx4中helloworld DEMO_第1张图片

Intellij IDEA运行CMU Sphinx4中helloworld DEMO_第2张图片

 

      添加lib文件夹,并把所需要的jar包添加进去。同时,新建package并将整个实例添加进去。

Intellij IDEA运行CMU Sphinx4中helloworld DEMO_第3张图片

 

       File->project structure:

      添加需要的libraries:

Intellij IDEA运行CMU Sphinx4中helloworld DEMO_第4张图片

 

      添加依赖:

Intellij IDEA运行CMU Sphinx4中helloworld DEMO_第5张图片

     

      在第一次运行的时候会生成一个out文件夹,会显示找不到文件:

Intellij IDEA运行CMU Sphinx4中helloworld DEMO_第6张图片

 

      之后把需要的gram文件添加到out文件夹下就可运行了:

Intellij IDEA运行CMU Sphinx4中helloworld DEMO_第7张图片

      关键是那个输出的out文件很关键,检查好了应该就没有问题了。

你可能感兴趣的:(Intellij IDEA运行CMU Sphinx4中helloworld DEMO)