chatter-0.5.2.0: A library of simple NLP algorithms.

Safe HaskellNone
LanguageHaskell2010

NLP.Types.General

Synopsis

Documentation

type Error = Text Source

Just a handy alias for Text

data CaseSensitive Source

Boolean type to indicate case sensitivity for textual comparisons.

Constructors

Sensitive 
Insensitive