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

Safe HaskellNone
LanguageHaskell2010

NLP.GenI.LexicalSelection.Types

Contents

Synopsis

Documentation

Path equations

parsePathEq :: Text -> Writer [LexCombineError] PathEqLhs Source #

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

Orphan instances

Poset Text Source # 

Methods

posetCmp :: Text -> Text -> PosetOrd #

(<==>) :: Text -> Text -> Bool #

(</=>) :: Text -> Text -> Bool #

leq :: Text -> Text -> Bool #

geq :: Text -> Text -> Bool #

lt :: Text -> Text -> Bool #

gt :: Text -> Text -> Bool #