GenI-0.25.0.1: A natural language generator (specifically, an FB-LTAG surface realiser)

Safe HaskellSafe
LanguageHaskell2010

NLP.GenI.GeniShow

Synopsis

Documentation

class GeniShow a where Source #

GenI format; should round-trip with Parser by rights

Minimal definition, either one of geniShow or geniShowText

Instances

GeniShow SchemaVal Source # 
GeniShow GeniVal Source # 
GeniShow SemInput Source # 
GeniShow LitConstr Source # 
GeniShow Sem Source # 
GeniShow LexEntry Source # 
GeniShow Ptype Source # 
GeniShow TagElem Source # 
GeniShow [LexEntry] Source # 
GeniShow a => GeniShow [Ttree a] Source # 
GeniShow [TagElem] Source # 
GeniShow a => GeniShow (Tree a) Source # 
GeniShow gv => GeniShow (AvPair gv) Source # 
GeniShow gv => GeniShow (Flist gv) Source # 
GeniShow (Literal GeniVal) Source # 
GeniShow gv => GeniShow (GNode gv) Source # 
GeniShow a => GeniShow (Ttree a) Source # 
GeniShow sem => GeniShow (TestCase sem) Source #