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

Safe HaskellNone

NLP.GenI.Morphology.Types

Synopsis

Documentation

data LemmaPlus Source

A lemma plus its morphological features

Constructors

LemmaPlus 

Fields

lpLemma :: Text
 
lpFeats :: Flist GeniVal
 

type LemmaPlusSentence = [LemmaPlus]Source

A sentence composed of LemmaPlus instead of plain old words