I am trying to get a measure to see how accurate my recognition result is in pocketsphinx app (not the one on PC). I have checked several literature. It seems that the confidence score or probability can do this. Is that right?
Another question, how can I get this measure in the app? Does the code provide any API that I can get the number?
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Could you tell me where the API reference is? I am talking about the pocketsphinx application in Android. So far I didn't see any API manual about that.
Thank you so much!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, dear all,
I am trying to get a measure to see how accurate my recognition result is in pocketsphinx app (not the one on PC). I have checked several literature. It seems that the confidence score or probability can do this. Is that right?
Another question, how can I get this measure in the app? Does the code provide any API that I can get the number?
Thank you.
Could anyone help me with this question, please?
Thank you.
Yes, there is such API. You can check API reference for details.
Could you tell me where the API reference is? I am talking about the pocketsphinx application in Android. So far I didn't see any API manual about that.
Thank you so much!
http://cmusphinx.sourceforge.net/doc/pocketsphinx/pocketsphinx_8h.html
Thank you soooooooooooooooooo much!
It is exactly what I want. It helps a lot!!
Thank you!!!
What API should we use to get an confidence score or probability? Please, tell me.
I will be very grateful!
https://cmusphinx.github.io/doc/pocketsphinx/pocketsphinx_8h.html#adfd45d93c3fc9de6b7be89d5417f6abb
Thank you! But could you help me. How can I call this method in developing android application?
Please, tell me, will this work with a search in grammar? I use a grammar search and get seg.getProb () equal to 0
No, it does not work with grammar search.
Thank you very much for your help