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

Safe HaskellNone

NLP.GenI.Polarity.Types

Synopsis

Documentation

data PolarityAttr Source

PolarityAttr is something you want to perform detect polarities on.

Constructors

SimplePolarityAttr 

Fields

spkAtt :: Text
 
RestrictedPolarityAttr

RestrictedPolarityKey c att is a polarity key in which we only pay attention to nodes that have the category c. This makes it possible to have polarities for a just a small subset of nodes

Fields

_rpkCat :: Text
 
rpkAtt :: Text