A Haskell implementation of Peter Norvig's spelling corrector. Read more here.
In order to use or compile the program you need to have Haskell installed.
After you cloning the repository, go the repository folder and do
cabal build
Now you compiled the program. You can run it like this:
./dist/build/Norvigs-Spelling-Corrector/Norvigs-Spelling-Corrector
Then you can enter terms to the program to get the corrected version of them.
The MIT License (MIT)
Copyright (c) 2014 Marco Sero