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

Safe HaskellNone
LanguageHaskell2010

NLP.GenI.Parser

Contents

Synopsis

Test suites

geniTestSuiteString :: Parser [Text] Source #

Just the String representations of the semantics in the test suite

geniDerivations :: Parser [TestCaseOutput] Source #

This is only used by the script genimakesuite

Trees

geniTagElems :: Parser [TagElem] Source #

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) Source #

Helpers