A StringToken Parser which gives Google Search style "Did you mean:" Suggestions
Posted
by _ande_turner_
on Stack Overflow
See other posts from Stack Overflow
or by _ande_turner_
Published on 2008-09-25T20:19:43Z
Indexed on
2010/05/22
20:41 UTC
Read the original article
Hit count: 159
Seeking a method to:
Take whitespace separated tokens in a String; return a suggested Word
ie:
Google Search can take "fonetic wrd nterpreterr",
and atop of the result page it shows "Did you mean: phonetic word interpreter"
A solution in any of the C* languages or Java would be preferred.
Are there any existing Open Libraries which perform such functionality?
Or is there a way to Utilise a Google API to request a suggested word?
© Stack Overflow or respective owner