public
Description: A quickie spelling corrector
Homepage:
Clone URL: git://github.com/darius/spellmell.git
name age message
file .gitignore Wed Dec 10 18:01:36 -0800 2008 added .gitignore so git status can be more useful [kragen]
file README Fri Dec 05 23:51:04 -0800 2008 first commit [darius]
file TODO.text Wed Dec 10 13:52:02 -0800 2008 add ref [darius]
file ansi.py Wed Dec 10 22:00:04 -0800 2008 preserve case in mistake.word; print easier-to-... [darius]
file benchmark.py Mon Dec 08 02:34:33 -0800 2008 update to new API [darius]
file bigrammer.py Wed Dec 10 22:00:04 -0800 2008 preserve case in mistake.word; print easier-to-... [darius]
file builddict Fri Dec 05 23:52:57 -0800 2008 checkin [darius]
file contextual-test-set Thu Jan 15 23:42:52 -0800 2009 move most of contextual-test-set to new file er... [darius]
file contextualeval.py Wed Dec 10 22:00:04 -0800 2008 preserve case in mistake.word; print easier-to-... [darius]
file doctester.py Wed Dec 10 14:29:53 -0800 2008 adding doctester utility [kragen]
file error-corpus Mon Jan 26 23:24:02 -0800 2009 More spellos. I think this'll be the last batch... [darius]
file evaluate.py Wed Dec 10 16:56:13 -0800 2008 add ref to original [darius]
file faster0.py Wed Dec 10 17:26:15 -0800 2008 made faster0 doctest use evaluate.py’s bigdict;... [kragen]
file faster1.py Sun Dec 07 18:32:56 -0800 2008 recast code into fancier API [darius]
directory misspell-data/ Fri Dec 05 23:52:57 -0800 2008 checkin [darius]
file norvig.py Wed Dec 10 15:25:45 -0800 2008 Merge git://github.com/kragen/spellmell [darius]
file oneedits.py Wed Dec 10 13:55:27 -0800 2008 compute all one-edits of the whole dict [darius]
file paper-transcription.md Wed Dec 10 14:09:43 -0800 2008 fixed part of the transcription of Darius’s notes [kragen]
file probability.py Fri Dec 05 23:52:57 -0800 2008 checkin [darius]
file words.py Thu Jan 15 23:38:01 -0800 2009 cleanup [darius]
file xmlbegone.py Sat Dec 06 00:01:52 -0800 2008 add XML-to-plaintext utility [darius]
README
The goal: make a vaguely practical spelling corrector for English in
one day in one 'screenful' of code. The first time I tried, I failed.