Skip to content

Chaman-veteran/spell-checker

Repository files navigation

Spell Checker

GHC version used

ghc 9.8.2 base-4.19.1.0

To start the spell checker using cabal

cabal run spell-checker

To gets statistical results from dictionaries

You have to specify the language of the dictionaries you want to use (e.g, en).

cabal run get-dictionaries en

If needed, you can add your own dictionaries in /Dictionaries/my_language and change en by my_language.

To run the bench

cabal bench

To stop it

Type enter

Releases

No releases published

Packages

No packages published