Where can I learn more about the Google search "did you mean" algorithm?

vidhi picture vidhi · Sep 21, 2010 · Viewed 18.4k times · Source

Possible Duplicate:
How do you implement a “Did you mean”?

I am writing an application where I require functionality similar to Google's "did you mean?" feature used by their search engine:

alt text

Is there source code available for such a thing or where can I find articles that would help me to build my own?

Answer

BrokenGlass picture BrokenGlass · Sep 21, 2010

You should check out Peter Norvigs article about implementing the spell checker in a few lines of python: How to Write a Spelling Corrector It also has links for implementations in other languages (i.e. C#)