All Projects → cloudhead → spell-correct

cloudhead / spell-correct

Licence: other
ruby implementation of Norvig's spell corrector

Programming Languages

ruby
36898 projects - #4 most used programming language
ruby spell-correct
==================

My implementation of Peter Norvig's python spell-corrector, found here: http://norvig.com/spell-correct.html. 

Focus is on conciseness, not performance.

I provided a .txt file to train it, called holmes.txt; it's all the sherlock holmes books concated together. For better results, download http://norvig.com/big.txt which contains a million words or so..

Note that the training material cannot be a dictionary, as it must help the corrector figure out which words are the most frequently used.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].