So, given a sentence such as “The quick brown fox called Jerry jumped over the lazy dog”, I’d like to be able call a function in iOS that would allow me to identify the nouns, verbs, adverbs etc programmatically.
Does such a package exist? The ones I have found seem to be for other platforms (WordNet, openNLP etc)
NSLinguisticTaggeris available in iOS 5+.