-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Implementation of the Porter stemming algorithm -- -- Sourced from http:tartarus.org~martinPorterStemmer @package porter @version 0.1 module Language.Porter stem :: [Char] -> [Char] fixstem :: [Char] -> [Char]