Reply To: Verification of voice script

Home Forums OpenEars Verification of voice script Reply To: Verification of voice script

#1030989
sdsacc
Participant

Thanks very much.

The docs did have some good examples but I am a little confused by what I am seeing. I have the following grammar defined:
NSDictionary *grammarOpening = @{
ThisWillBeSaidWithOptionalRepetitions: @[
@{ThisWillBeSaidOnce : @[
@{ ThisWillBeSaidOnce : @[@”TODAYS”]},
@{ ThisWillBeSaidOnce : @[@”DATE”]},
@{ ThisWillBeSaidOnce : @[@”IS”]}
]}
]};

Basically looking for the phrase “TODAYS DATE IS”. The issue is I get a hypothesis if I just say the word TODAY or I say the whole thing. This is true even if I group the words into a single line. Is that expected? If so how can I determine the whole phrase was spoken?