NLP.Stemmer
Description
Haskell bindings for the Snowball stemming library
Documentation
new :: Algorithm -> IO StemmerSource
Create a new stemmer instance. When you're done using the stemmer, you should delete it
unsafeStem :: Stemmer -> String -> StringSource
Unsafe stemming, use with care.