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

Safe HaskellNone
LanguageHaskell2010

NLP.GenI.Control

Synopsis

Documentation

data Params Source #

Inputs that go around a single testcase/input

Constructors

Params 

Fields

Instances

HasFlags Params Source #

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

Methods

flags :: Params -> [Flag] Source #

onFlags :: ([Flag] -> [Flag]) -> Params -> Params Source #

updateParams Source #

Arguments

:: Params

new

-> Params

old

-> Params