Has anyone had any luck using uttproc_partial_result() or uttproc_partial_result_seg() in live mode? They both seem to return a null hypothesis. Perhaps there's some other function I need to call first?
-Scott
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-11-04
Yes, we use either/both extensively. I don't have the details with me, but as I recall, it must, for example, be preceded by a call to uttproc_begin_utt().
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ah! I found the culprit! Apparently you have to use uttproc_rawdata() in blocking mode to get partial results. Things seem to be working now just fine. Thanks for telling me that you had it working, or I would've given up already.
-Scott
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Has anyone had any luck using uttproc_partial_result() or uttproc_partial_result_seg() in live mode? They both seem to return a null hypothesis. Perhaps there's some other function I need to call first?
-Scott
Yes, we use either/both extensively. I don't have the details with me, but as I recall, it must, for example, be preceded by a call to uttproc_begin_utt().
Ah! I found the culprit! Apparently you have to use uttproc_rawdata() in blocking mode to get partial results. Things seem to be working now just fine. Thanks for telling me that you had it working, or I would've given up already.
-Scott