snowball-0.1.0.1: Bindings to the Snowball library.
Text.Snowball
Description
Bindings to the Snowball library.
Synopsis
data Algorithm Source
Snowball algorithm used for stemming words.
Constructors
Use English instead.
English
stem :: Algorithm -> Text -> TextSource
Compute the stem of a word using the specified algorithm.
>>> stem English "fantastically" "fantast"
>>>
stem English "fantastically"