Hi,
I am looking for a way to get N-Best list of words of a certain utterance,
preferably with scores for each.
I am using the latest pocket sphinx, and openers library for iOS.
Can someone point me out to where to start looking?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am looking for a way to get N-Best list of words of a certain utterance,
preferably with scores for each.
I am using the latest pocket sphinx, and openers library for iOS.
Can someone point me out to where to start looking?
Thanks!
Hello rem1934
You can use
API call to retrieve n-best hypothesis
For the documentation check API reference
http://cmusphinx.sourceforge.net/api/pocketsphinx/pocketsphinx_8h.html#af4bb6
ba47844a135745db428919d9810
For example on how to use it see the test