snowball-0.1.0.1: Bindings to the Snowball library.

Safe HaskellNone

Text.Snowball

Description

Bindings to the Snowball library.

Synopsis

Documentation

data Algorithm Source

Snowball algorithm used for stemming words.

stem :: Algorithm -> Text -> TextSource

Compute the stem of a word using the specified algorithm.

>>> stem English "fantastically"
"fantast"