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

Safe HaskellNone

NLP.GenI.GeniShow

Synopsis

Documentation

class GeniShow a whereSource

GenI format; should round-trip with Parser by rights

Minimal definition, either one of geniShow or geniShowText

Methods

geniShow :: a -> StringSource

geniShowText :: a -> TextSource

geniShowTree :: GeniShow a => Int -> Tree a -> TextSource

geniKeyword :: Text -> Text -> TextSource