Skip to content

mferracioli/spell-correct

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

ruby implementation of Norvig's spell corrector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors