Dictation and dictionary

Home Forums OpenEars Dictation and dictionary

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

  • Author
    Posts
  • #1020717
    carydean7
    Participant

    I am developing a dictation app with the follow use case: use presses record button and speaks into ipad. Each word spoken is dictated/displayed on the screen.

    My question is I need clarification on how openears works. In reading the doc it references being able to have your own dictionary of words up to 200 in size but what about all the other words. It appears that the use case for this implementation is if you want the user to say a given word which is associated function or action. I don’t want that just want the user to dictate any number of or combination of words. My question is what frameworks do I need for this type of dictation use case. Would this be online or could it be done offline. We are talking about a very large vocab.

    Can anyone direct me to an example for this type of implementation.

    Thanks,

    Dean

    #1020718
    Halle Winkler
    Politepix

    Welcome,

    To do large vocabulary dictation of any words the user might say you would need to use a cloud-based service such as Nuance Dragon SDK or AT&T Watson, or you could use a UITextView and in that way allow your users to dictate into the online speech engine that is also used by Siri. I don’t give support for those approaches here but there are many places where you can get information on SDKs for large vocabulary dictation tasks.

    OpenEars and its plugins are for performing offline recognition without requiring a data connection, so they are not designed for large vocabulary dictation tasks involving any word a user might say, but are optimized for fast offline recognition of smaller vocabularies for language models or grammars that can be configured in advance.

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