java - Use Google keyword corrections in program -


let's have list of words not spelled correctly. have dictionary corrects them there may words not present in dictionary. there way me search misspelled words in google , retrieve first "did mean:" suggestion made google.

you search words in google going google.com url + string of words(i'm not sure of exact google search url), have search term process in background, use xpath , htmlcleaner see if there "did mean" text present. if so, present user.

but think google auto-correction search, may see "searching for: corrected spelling", should take consideration.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -