Menu

Inaccuracy problem

Help
2016-10-27
2016-10-31
  • Randall Castillo

    We have created our dictionary containing 3,300+ words of our native language which is Tagalog. We also have created our own language model containing those words written in our dictionary. We are using the acoustic model provided by this link. The problem is, when we try to convert speech, it gives us wrong results. The results aren't even close to the words we spoke. When we say aba, it gives us ambag at buod amain alis. We are aware of it could be the background noise so we record our speech on a quiet place and speak our speech very well to receive an accurate result. Please enlighten us why is that happening? What could be the cause of such inaccuracy where the spoken words aren't even showing on the results?

     

    Last edit: Randall Castillo 2016-10-27
    • Nickolay V. Shmyrev

      You need to provide command line, logs, data files required reproduce your problem in order to get help on this issue.

       
  • Randall Castillo

    Command line, logs, data files of what specifically? Or where can I get those specifically? Sorry for the stupid questions but I really don't know where to get those.

     
    • Nickolay V. Shmyrev

      Of the command you run to recognize "ambag at buod amain alis".

       
  • Randall Castillo

    Is this the command line you're talking about, Mr. Nikolay?

    c.setString("-hmm", new File(Environment.getExternalStorageDirectory() + "/Android/data/com.example.saling_wika.saling_wika/files/sync", "en-us-ptm").getPath());
    c.setString("-dict", new File(Environment.getExternalStorageDirectory() + "/Android/data/com.example.saling_wika.saling_wika/files/sync", "cmudict-en-us.dict").getPath());
    c.setString("-jsgf", new File(Environment.getExternalStorageDirectory() + "/Android/data/com.example.saling_wika.saling_wika/files/sync", "digits.gram").getPath());
    c.setBoolean("-allphone_ci", true);
    
     

    Last edit: Randall Castillo 2016-10-31
    • Nickolay V. Shmyrev

      Yes, that should give me more understanding of your problem, however, the information you provided is still not complete. You still need to provide logs and data files to reproduce your problem. The more information you provide the faster you get an answer.

       

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.