What I get as a result, however, is three times the same hypothesis with the
same score. If I increase n to 100, I get the same hypothesis a hundred times,
but at least I see 3-4 different probabilities.
My understanding of the nbest list up to now was that it is a list of
differing hypotheses. I'm not quite sure now whether I'm doing something wrong
here or whether thats's the way the nbest list looks like in pocketsphinx.
Any thoughts on this are appreciated.
Regards,
Chris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hmm. is it because of the fsg? is it different when you use SLMs?
'cause it doesn't seem too useful to me, at first glance. A Nuance ASR, for
instance, would almost certainly have a couple of different hypotheses when
given the same grammar.
c.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I'm experimenting with nbest lists for my fsg with around 1500 entries in a
flat list.
This is the code I use to retrieve the list:
What I get as a result, however, is three times the same hypothesis with the
same score. If I increase n to 100, I get the same hypothesis a hundred times,
but at least I see 3-4 different probabilities.
My understanding of the nbest list up to now was that it is a list of
differing hypotheses. I'm not quite sure now whether I'm doing something wrong
here or whether thats's the way the nbest list looks like in pocketsphinx.
Any thoughts on this are appreciated.
Regards,
Chris
This behaviour is expected.
hmm. is it because of the fsg? is it different when you use SLMs?
'cause it doesn't seem too useful to me, at first glance. A Nuance ASR, for
instance, would almost certainly have a couple of different hypotheses when
given the same grammar.
c.
The function to join identical n-best hypothesis is not implemented,
I see. Thanks for the info!
c.