Comment by nirmal
18 years ago
http://www.norvig.com/spell-correct.html
A simple Python based spell checker along with some discussion of probability and the pitfalls of doing things the naive way.
18 years ago
http://www.norvig.com/spell-correct.html
A simple Python based spell checker along with some discussion of probability and the pitfalls of doing things the naive way.
Norvig's code solves an even more difficult problem, spell correcting. But yeah, good read nonetheless.