10 April 2007 08:30
How to Write a Spelling Corrector
by 1 other (via)I figured that in less than a plane flight, and in less than a page of code, I could write a spelling corrector that achieves 80 or 90% accuracy at a rate of at least 10 words per second. And in fact, here, in 20 lines of Python 2.5 code, is the complete spelling corrector
1
(1 marks)