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

Safe HaskellSafe-Infered

NLP.GenI.LexicalSelection.Types

Contents

Synopsis

Documentation

data PathEqLhs

Left hand side of a path equation

Path equations

data NodePathEqLhs

Path equations can either hit a feature or a node's lexeme attribute

data TopBottom

Constructors

Top 
Bottom 

parsePathEq :: Text -> Writer [LexCombineError] PathEqLhs

Parse a path equation using the GenI conventions This always succeeds, but can return Just warning if anything anomalous comes up FIXME : make more efficient

Warnings