Sometimes no hypothesis is given

Home Forums OpenEars plugins Sometimes no hypothesis is given

Viewing 3 posts - 1 through 3 (of 3 total)

  • Author
    Posts
  • #1018988
    Lann
    Participant

    I am using OpenEars with Rejecto (paid) and sometimes recognition will detect that speech has finished, but no hypothesis is given. Is there a callback that I can use in this situation? Is there a way for me to know when this specific situation occurs?

    #1018989
    Halle Winkler
    Politepix

    Welcome Lann,

    This can happen if the speech was only perceived as containing noises, or perceived as only containing rejected speech (that is, it is Rejecto working as designed). You can ask for all null hypotheses to also be returned by setting PocketsphinxController’s returnNullHypotheses to TRUE (you will receive hypotheses that are NULL and ones that are this string:@””), and you can ask for rejected speech to be returned in a hypothesis in the form of Rejecto-formatted phonemes by setting Rejecto’s deliverRejectedSpeechInHypotheses to TRUE.

    #1018990
    Lann
    Participant

    Thanks! That worked for me.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.