I'm aware that UITextChecker is used to check for misspelled words, but can it be used to access the Thesaurus? For example, how can I check if a string is similar to another string. For example:
Is "Car" similar to "Vehicle".
Does iOS have a native thesaurus that can be used like the dictionary UITextChecker. If so how can it be accessed?
This isn't a post seeking recommendations, but rather asking if a native functionality exists within the iOS SDK, and if so, what can be used to access it (i.e UITextChcker).