Reply To: incorrect word/unknown word/unknown word recognition

Home Forums OpenEars incorrect word/unknown word/unknown word recognition Reply To: incorrect word/unknown word/unknown word recognition

#1017475
monu1985
Participant

Hi,

Thanks to reply,
I have download Demo Plugin to test and add it on my allready running Open
Ear enabled application but it is not working fine and giving me
“Unrecognized selector” for each plugin delegate class method call.

For e.g.

1) Flight Controller + NeatSpeech Delegate class Method
[self.fliteController sayWithNeatSpeech:@”I have always wished for my
computer to be as easy to use as my telephone; my wish has come true because
I can no longer figure out how to use my telephone.” withVoice:self.emma];

2) RejectoDemo/LanguageModelGenerator+Rejecto Class Method
NSError *err = [lmGenerator generateRejectingLanguageModelFromArray:words
withFilesNamed:name
withOptionalExclusions:nil
usingVowelsOnly:FALSE
withWeight:nil];

I have been read many time to any extra setting or any extra variable
addition.
Please guide me to resolve my issue.