Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 508 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 508 Bytes

Spell Checker

GHC version used

ghc 9.10.1 base-4.20.0.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