stemmer-0.5.2: Haskell bindings to the Snowball stemming library.

Safe HaskellNone
LanguageHaskell98

NLP.Stemmer

Contents

Description

Haskell bindings for the Snowball stemming library A pure stemming interface. Strings should use UTF-8 encoding.

Synopsis

Stemming algorithms

data Stemmer Source #

Available algorithms. For English, English is recommended over Porter.

Instances

Stemming functions

stem :: Stemmer -> String -> String Source #

Stem a word