Menu

How can I get confidence score (or probability) from pocketsphinx in Android app

Help
qiqi
2014-10-20
2014-10-21
  • qiqi

    qiqi - 2014-10-20

    Hi, dear all,
    I am trying to get a measure to see how accurate my recognition result is in pocketsphinx Android application. So I want to retrieve the confidence score in the application. How can I get this measure? Thank you.

     
  • qiqi

    qiqi - 2014-10-21

    Sorry to post again. But could anyone tell me how can I get the measure in Android?

    Thank you.

     
    • Nickolay V. Shmyrev

      You can access confidence score with ps_seg_iter iterator, you can also get utterance confidence with ps_get_prob function. All those functions are wrapped in java API but they are not exposed in android API. You need to edit pocketsphinx-android to expose corresponding decoding methods in API.

       

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.