Home › Forums › OpenEars plugins › RuleORama + RapidEars › Reply To: RuleORama + RapidEars
Thank you for your quick response.
I will figure it out myself after fine tunning. but here I got one serious question.
I have created a grammar/ruleset but I am not sure whether it is legal/valid/possible.
Please have a look over it if you have time:
NSDictionary *grammar = @{
ThisWillBeSaidOnce : @[
@{ OneOfTheseWillBeSaidOnce : @[@”ONE”,
@”TWO”,
@”THREE”,
@”FOUR”,
@”FIVE”,
@”SIX”,
@”SEVEN”,
@”EIGHT”,
@”NINE”,
@”TEN”,
@”ELEVEN”,
@”TWELVE”,
@”THIRTEEN”,
@”FOURTEEN”,
@”FIFTEEN”,
@”SIXTEEN”,
@”SEVENTEEN”,
@”EIGHTEEN”,
@”NINETEEN”,
@”TWENTY”
]
}
]
};
In my application case there are some isolated words which can be recognized perfectly.