Recognize correct word in array.

Home Forums OpenEars Recognize correct word in array.

Tagged: 

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

  • Author
    Posts
  • #1022809
    pdsingh02
    Participant

    Hi , First of all thanks to developing amazing API for voice recognition.

    I have used this API for voice recognition in iOS app, all thing is working fine. But sometimes unexpected issues :
    EX:
    Step : Set ARRAY to “MARCO”, “POLO”, “DONE” etc.
    Step : if i test with MARCO , say MARCO , action work perfact.
    Step : some times say Hello, HI any other word that not exist in array.
    still return MARCO OR POLO OR DONE.

    Please find issues and help me to solve this issue.

    Thanks Lot
    PDSingh

    #1022813
    Halle Winkler
    Politepix

    Welcome,

    This is normal for a very small vocabulary with words with few syllables – it’s been discussed many times here and elsewhere so you can probably get some good suggestions by looking back through previous discussions. You may wish to investigate either using a grammar, which this blog post should give you some information about:

    https://www.politepix.com/2014/04/10/openears-1-7-introducing-dynamic-grammar-generation/

    But in that case you will need to have more than two words in your grammar or it won’t help with this issue, or you can also give Rejecto a try since it is designed to reduce this issue when using language models:

    https://www.politepix.com/rejecto/

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