pstemmer-0.1.0.0: A Haskell Implementation of the Porter Stemmer
PStemmer.Types
type R1R2 = (Maybe Text, Maybe Text) Source #
type List = [Text] Source #
type RV = (Text, Text) Source #
type StepResult = (Text, Bool) Source #
type Step = Text -> Text Source #
type Substep = Text -> StepResult Source #