languageArray = [[NSArray alloc] initWithArray:[NSArray arrayWithObjects:
@"HE'S OVER THERE",
@"IT'S OVER THERE",
@"HE'S IN THE CHAIR",
@"HE'S IN A CHAIR",
nil]];
I can’t get He’s or It’s to be recognized at all. If I use “He is” or “It is” instead, then it works reasonably well.
I looked at the dynamic dictionary that’s created by Rejecto and the words in the dictionary are entered without apostrophe (e..g HES and ITS).
Not sure what’s the best way to convert DMP file to text file and check what’s going on with the grammar.
Do you have any idea why this may be happening and if there is a special way words with apostrophes should be specified (I tried escaping apostrophe, but that didn’t help).
Thanks,
Ogi
]]>
Thanks
]]>