Hi,
I want to implement a spell checker in my iphone app and I was wondering how to do a 'fuzzy string comparison' between the entered string and the NSArray containing the dictonary words and highlight possible corrections?
Is there a class that will do this already or a library that someone can recommend?
Thanks!