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

Safe HaskellNone

NLP.GenI.Control

Synopsis

Documentation

data Params Source

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, uses global if unset)

Instances

HasFlags Params

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

updateParamsSource

Arguments

:: Params

new

-> Params

old

-> Params