I'm looking for a way to call a web service to check for obvious misspellings in names of culturally significant people:
Aberaham Lincoln
Margaret Tatcher
John Lennin
Ideally a JSON-based service that I could make a jQuery.getJSON()
call to.
Is there such a thing?