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

Safe HaskellNone
LanguageHaskell2010

NLP.GenI.Simple.SimpleBuilder

Contents

Synopsis

Documentation

simpleBuilder_1p :: SimpleBuilder Source #

simpleBuilder_2p :: SimpleBuilder Source #

simpleBuilder :: Bool -> SimpleBuilder Source #

initSimpleBuilder Source #

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

Instances

Data SimpleGuiItem Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SimpleGuiItem -> c SimpleGuiItem #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SimpleGuiItem #

toConstr :: SimpleGuiItem -> Constr #

dataTypeOf :: SimpleGuiItem -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c SimpleGuiItem) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SimpleGuiItem) #

gmapT :: (forall b. Data b => b -> b) -> SimpleGuiItem -> SimpleGuiItem #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SimpleGuiItem -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SimpleGuiItem -> r #

gmapQ :: (forall d. Data d => d -> u) -> SimpleGuiItem -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SimpleGuiItem -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SimpleGuiItem -> m SimpleGuiItem #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SimpleGuiItem -> m SimpleGuiItem #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SimpleGuiItem -> m SimpleGuiItem #

step :: SimpleStatus -> GenerationPhase Source #

Aliases to non-exported functions

Orphan instances