I'm learning how to use pocketsphinx,i wanna get the the similarity between input and output,what should i do, or where to start? I find a function named int32 ps_get_prob http://cmusphinx.sourceforge.net/doc/pocketsphinx/pocketsphinx_8h.html#ac8ac154482457740173caa1c0d699c49 ()in the pocketsphinx API doc,but why it's return type is int32, and i've tried it output some number like -23169,what it means...
You can grep pocketsphinx sources for the function name to see it's usage.
Log in to post a comment.
I'm learning how to use pocketsphinx,i wanna get the the similarity between
input and output,what should i do, or where to start?
I find a function named int32 ps_get_prob
http://cmusphinx.sourceforge.net/doc/pocketsphinx/pocketsphinx_8h.html#ac8ac154482457740173caa1c0d699c49
()in the pocketsphinx API doc,but why it's return type is int32, and i've
tried it output some number like -23169,what it means...
You can grep pocketsphinx sources for the function name to see it's usage.