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

Safe HaskellNone

NLP.GenI.Simple.SimpleBuilder

Contents

Synopsis

Documentation

simpleBuilder_1p :: SimpleBuilderSource

simpleBuilder_2p :: SimpleBuilderSource

simpleBuilder :: Bool -> SimpleBuilderSource

initSimpleBuilderSource

Arguments

:: Bool

use two phase algorithm

-> Input

input items

-> [Flag]

GenI options

-> (SimpleStatus, Statistics) 

Creates an initial SimpleStatus.

data SimpleGuiItem Source

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 :: [Text]
 
siFullSem :: Sem
 
siIdname :: Text
 

step :: SimpleStatus -> GenerationPhaseSource

Aliases to non-exported functions