pstemmer-0.1.0.0: A Haskell Implementation of the Porter Stemmer

Safe HaskellSafe
LanguageHaskell2010

NLP.PStemmer.Types

Documentation

type List = [Text] Source #

type RV = (Text, Text) Source #

type Step = Text -> Text Source #