Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.29 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.29 KB

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