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

Safe HaskellSafe-Infered

NLP.GenI.Simple.SimpleBuilder

Contents

Synopsis

Documentation

type Chart = [SimpleItem]

simpleBuilder :: Bool -> SimpleBuilder

initSimpleBuilder :: Bool -> Input -> [Flag] -> (SimpleStatus, Statistics)

Creates an initial SimpleStatus.

data SimpleGuiItem

Things whose only use is within the graphical debugger

Constructors

SimpleGuiItem 

Fields

siHighlight :: [Text]

nodes to highlight if there are things wrong with this item, what?

siDiagnostic :: [String]
 
siFullSem :: Sem
 
siIdname :: Text
 

step :: SimpleStatus -> GenerationPhase

Aliases to non-exported functions