Suwandy - 2006-09-26

Hi,

I'm kinda new to Sphinx, and I am currently using somebody else's project which have been trained to a particular acoustic model (Australian English). The training was reasonably successful. What I am trying to do now, is, I want to be able to say a couple of words to it and instead of getting it to output the best result from the function "getBestFinalResultNoFiller", I wish I could get it to output the 10 best possible combination.
So for example if I say "one two three" it will output, maybe:
1. one to tree
2. want two three
3. wont too true
4. one too three
5. etc, etc

I'm not sure if this is how Sphinx work in terms of delivering the output, can somebody please kindly explain. Could somebody please help me how to get the output in such a way? Or at least the closest thing to this?

Many thanks,

Suwandy