Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 813 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 813 Bytes

Norvig's Spelling Corrector Build Status

A Haskell implementation of Peter Norvig's spelling corrector. Read more here.

Usage

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.

License

The MIT License (MIT)

Copyright (c) 2014 Marco Sero