When I wanted to search a word or some thing in google; If there is some spelling mistake in that word or sentence, google can get back me with correct spell or corrected sentence. Can anyone explain me how exactly this is being done. I will happy if anyone can explain in terms of programming than in terms of database and all those stuff. Thank you.
maxy, I saw that article before posting this question, but it is bit over my head.:D
Ramesh
2009-11-09 04:46:56
I came to this question just to post this link
matt b
2009-11-09 04:50:13
be nice if someone could post that python code in c#
cottsak
2009-11-09 04:57:13
Someone has already converted it to C#: http://www.codegrunt.co.uk/code/spell.cs
maxyfc
2009-11-09 04:59:35
+2
A:
Combination of string comparison (with dictionary), stemming and popularity match word base on its large user statistic data.
EDIT: there's a wikipedia page that may helps you understand how computer spell check works.
rockacola
2009-11-09 04:44:31