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

Safe HaskellNone

NLP.GenI.OptimalityTheory

Contents

Synopsis

Input

data OtConstraint Source

Constructors

PositiveC Text

the trace must appear

NegativeC Text

the trace must NOT appear

NegativeConjC [Text]

these traces must not appear AT THE SAME TIME

Output

type OtResult x = (Int, x, [OtViolation])Source

Display