Skip to content

Cache warmer solution for SwadeshNess project writter on Haskell with stemming feature

License

Notifications You must be signed in to change notification settings

aeternas/Couperose-Haskell

Repository files navigation

Build Status

Branch Status
Master Build Status
Development Build Status

Couperose-Haskell

Cache warmer solution for SwadeshNess project written in Haskell

Features

Kinda naive stemming algorithm. Stemming is one of the unresolved problems in computer science in the NLP area.

Prerequisites

GHCi Official website, Wiki

Compiling & example usage

$ ghci Main.hs -isrc
$ *Main> main
Enter words to stem
consulting consultant
consult

You can also build a binary with stack (or old cabal) as well:

$ cabal build

or

$ stack install

…and shortly then binary could be found in ./dist

About

Cache warmer solution for SwadeshNess project writter on Haskell with stemming feature

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published