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

Safe HaskellNone

NLP.GenI.LexicalSelection.Types

Contents

Synopsis

Documentation

data PathEqLhs Source

Left hand side of a path equation

Path equations

data NodePathEqLhs Source

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

data TopBottom Source

Constructors

Top 
Bottom 

parsePathEq :: Text -> Writer [LexCombineError] PathEqLhsSource

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