NSSpellChecker and proper nouns
NSSpellChecker and proper nouns
- Subject: NSSpellChecker and proper nouns
- From: Melvin Walker <email@hidden>
- Date: Fri, 08 Mar 2013 18:14:29 -0800
We'd like to add the name of our product to the dictionary when our product launches. I figure I could do it this way:
[[NSSpellChecker sharedSpellChecker] learnWord:@"Sampleproductname"];
but when I do that, it also allows "sampleproductname" as a word. Is there a way I can specify that the name is a proper noun that I'm not seeing?
--
Melvin Walker <email@hidden>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden