how can I recognize a huge number of words?

Home Forums OpenEars how can I recognize a huge number of words?

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

  • Author
    Posts
  • #1032819
    czw
    Participant

    In demo

    
    NSArray *firstLanguageArray = @[@"backward", // There is no case requirement in OpenEars,
                                        @"change", // so these can be uppercase, lowercase, or mixed case.
                                        @"forward",
                                        @"go",
                                        @"left",
                                        @"model",
                                        @"right",
                                        @"turn"];
    

    I have to use array to create language model of which the number is limited.

    • This topic was modified 4 years, 11 months ago by czw.
    #1032821
    czw
    Participant

    I try to pass data from LanguageModelGeneratorLookupList, but it exceeds the size of limitation.

    #1032822
    Halle Winkler
    Politepix

    Welcome,

    This is just not the use case that this framework is conceived for, sorry. You will probably need to use a networked service to do this.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘how can I recognize a huge number of words?’ is closed to new replies.