A StringToken Parser which gives Google Search style “Did you mean:” Suggestions

后端 未结 8 1032
-上瘾入骨i
-上瘾入骨i 2020-12-28 11:17

Seeking a method to:

Take whitespace separated tokens in a String; return a suggested Word


ie:
Google Search can take \"fon

8条回答
  •  执笔经年
    2020-12-28 11:40

    You can also use the Google API's to spell check. There is an ASP implementation here (I'm not to credit for this, though).

提交回复
热议问题