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

Safe HaskellSafe-Infered

NLP.GenI.Control

Synopsis

Documentation

data Params

Inputs that go around a single testcase/input

Constructors

Params 

Fields

builderType :: Maybe BuilderType
 
morphFlags :: [Flag]

Custom morph realiser may define a custom set of flags that it accepts

geniFlags :: [Flag]
 
ranking :: Maybe OtRanking

OT constraints (optional)

Instances

HasFlags Params

Note that this affects the geniFlags; we assume the morph flags are not our business

updateParams

Arguments

:: Params

new

-> Params

old

-> Params