Skip to content

MarcoSero/Norvigs-Spelling-Corrector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Haskell implementation of Peter Norvig's spelling corrector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published