chatter-0.9.1.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