problem with digits

Home Forums OpenEars problem with digits

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

  • Author
    Posts
  • #1025871
    giannia
    Participant

    Hello,

    I’m having problems with numbers. They are completely inaccurate.
    So I modified the array of the test App and tried it on an iPad 2 and iPhone 5s to be sure it’s not some parameter in my App but I got the same results:

        NSArray *firstLanguageArray = @[@"ONE",
                                        @"CHANGE",
                                        @"TWO",
                                        @"THREE",
                                        @"FOUR",
                                        @"FIVE",
                                        @"SIX",
                                        @"SEVEN",
                                        @"EIGHT",
                                        @"NINE"];
    

    It never guess “SEVEN” word. It seems something messed up in Openears, a little help will be very apreciated!
    Thank you!

    #1025873
    Halle Winkler
    Politepix

    Welcome,

    Please do a search for the previous posts about number recognition in these forums, thanks!

    #1025875
    giannia
    Participant

    Hello Halle!

    Thank you for your reply.

    I’ve read several posts and I’m aware of the issues with digits but I cannot explain why it misinterpret SEVEN with ONE or EIGHT.
    I made I try: I changed in the array SEVEN with SEEVEN. SEEVEN is out-of-dictionary and runs in fallback mode. It always guess SEEVEN all the times, I find this very strange.

    #1025876
    Halle Winkler
    Politepix

    Hello! Do you get the same results with native-English-speaker speech? This is a big factor in accurate recognition, regrettably.

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