Google search algorithm for wrongly spelled search keywords

google-search, search

Solution

Reading the Wikipedia entry on Levenshtein distance should give you a better idea of how to detect misspellings.

Problem

I wonder how Google find the exact word, even if we mistyped it in search box. I want to know if such open source algorithm is available?

Original source

Related problems