porter-0.1.0.2: Implementation of the Porter stemming algorithm
Language.Porter
stem :: [Char] -> [Char] Source #
fixstem :: [Char] -> [Char] Source #