syaor...@gmail.com
unread,Jun 19, 2013, 8:13:23 AM6/19/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
G'day everyone, I have been developing a small C# program to take in utterances and then output the dictated words to the screen, but what I would like is the 10 most likely interpretations to the utterances displayed (not the just the most likely).
e.g. The utterance might be "The dog likes food"
The top dictation to that through the interpreter might be "The fog kites dood" but then the next likely dictation might be "The dog likes chewed" etc. I want to list the top 10 dictations.
Is there a way to do this?