lemmatchers-0.1.0.0: Tag sequences domain specific language with CLI and web interface for CSV data
Safe HaskellSafe-Inferred
LanguageHaskell2010

Lemmatchers.TagRecords

Documentation

data Tag Source #

Constructors

AJ 
AV 
CNJ 
DET 
DN 
DP 
EN 
GN 
IP 
J 
LN 
MN 
MOD 
N 
NA 
NU 
PN 
PRP 
QN 
QP 
REL 
RN 
SN 
TN 
V 
WN 
XP 

Instances

Instances details
Read Tag Source # 
Instance details

Defined in Lemmatchers.TagRecords

Show Tag Source # 
Instance details

Defined in Lemmatchers.TagRecords

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Eq Tag Source # 
Instance details

Defined in Lemmatchers.TagRecords

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

ShortShow Tag Source # 
Instance details

Defined in Lemmatchers.TagRecords

Methods

shortShow :: Tag -> String Source #

data Lemma Source #

Constructors

Lemma 

Fields

Instances

Instances details
Read Lemma Source # 
Instance details

Defined in Lemmatchers.TagRecords

Show Lemma Source # 
Instance details

Defined in Lemmatchers.TagRecords

Methods

showsPrec :: Int -> Lemma -> ShowS #

show :: Lemma -> String #

showList :: [Lemma] -> ShowS #

FromField Lemma Source # 
Instance details

Defined in Lemmatchers.TagRecords

Eq Lemma Source # 
Instance details

Defined in Lemmatchers.TagRecords

Methods

(==) :: Lemma -> Lemma -> Bool #

(/=) :: Lemma -> Lemma -> Bool #

ShortShow Lemma Source # 
Instance details

Defined in Lemmatchers.TagRecords

newtype Lemmas Source #

Constructors

Lemmas 

Fields

Instances

Instances details
Read Lemmas Source # 
Instance details

Defined in Lemmatchers.TagRecords

Show Lemmas Source # 
Instance details

Defined in Lemmatchers.TagRecords

FromField Lemmas Source # 
Instance details

Defined in Lemmatchers.TagRecords

Eq Lemmas Source # 
Instance details

Defined in Lemmatchers.TagRecords

Methods

(==) :: Lemmas -> Lemmas -> Bool #

(/=) :: Lemmas -> Lemmas -> Bool #

ShortShow Lemmas Source # 
Instance details

Defined in Lemmatchers.TagRecords

data LemmaRecord Source #

Constructors

LR 

Instances

Instances details
Show LemmaRecord Source # 
Instance details

Defined in Lemmatchers.TagRecords

FromNamedRecord LemmaRecord Source # 
Instance details

Defined in Lemmatchers.TagRecords

Eq LemmaRecord Source # 
Instance details

Defined in Lemmatchers.TagRecords

class ShortShow a where Source #

Methods

shortShow :: a -> String Source #

Instances

Instances details
ShortShow Lemma Source # 
Instance details

Defined in Lemmatchers.TagRecords

ShortShow Lemmas Source # 
Instance details

Defined in Lemmatchers.TagRecords

ShortShow Tag Source # 
Instance details

Defined in Lemmatchers.TagRecords

Methods

shortShow :: Tag -> String Source #