Menu

How to use acoustic and language models after downloading it ?

Help
pannam
2016-08-07
2016-08-08
  • pannam

    pannam - 2016-08-07

    I have downloaded a model https://sourceforge.net/projects/cmusphinx/files/Acoustic%20and%20Language%20Models/Hindi/ & have CMU Sphinx configured in ubuntu and it detects english language but unsure how to use it with other language that I downloaded.

     
    • Nickolay V. Shmyrev

      1) Write JSGF grammar to describe multiple answer chocies:

      #JSGF V1.0;
      /**
       * JSGF Grammar for Hello World example
       */
      grammar hello;
      public <greet> = (ashooka | banaaii | sushruta);
      

      2) Run

       pocketsphinx_continouous -inmic yes -hmm hindi.cd_cont_1000 -dict hindi.dic -jsgf test.jsgf
      
       

      Last edit: Nickolay V. Shmyrev 2016-08-08

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.