Branch | Status |
---|---|
Master | |
Development |
Cache warmer solution for SwadeshNess project written in Haskell
Kinda naive stemming algorithm. Stemming is one of the unresolved problems in computer science in the NLP area.
GHCi
Official website, Wiki
$ 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