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

Safe HaskellSafe-Infered

NLP.GenI.Parser

Contents

Synopsis

Test suites

geniTestSuiteString :: Parser [Text]

Just the String representations of the semantics in the test suite

geniDerivations :: Parser [TestCaseOutput]

This is only used by the script genimakesuite

Trees

geniTagElems :: Parser [TagElem]

This makes it possible to read anchored trees, which may be useful for debugging purposes.

FIXME: note that this is very rudimentary; we do not set id numbers, parse polarities. You'll have to call some of our helper functions if you want that functionality.

Lexicon and morph

Basics

geniFeats :: GeniValLike v => Parser (Flist v)

Helpers