hi! i wanna ask something. this two apis below show best match score with dictionary words. but i wanna get all matching score one by one with dictionary words. how can i access these scores?
hyp = ps_get_hyp(ps, &score, &uttid); score = ps_get_prob(ps, &uttid);
is anyone have an idea for this? its important for me.
Log in to post a comment.
hi! i wanna ask something. this two apis below show best match score with
dictionary words. but i wanna get all matching score one by one with
dictionary words. how can i access these scores?
hyp = ps_get_hyp(ps, &score, &uttid);
score = ps_get_prob(ps, &uttid);
is anyone have an idea for this? its important for me.