Safe Haskell | Safe-Infered |
---|
- type MorphInputFn = Literal GeniVal -> Maybe (Flist GeniVal)
- type MorphRealiser = [LemmaPlusSentence] -> [MorphOutput]
- data MorphOutput = MorphOutput {
- moWarnings :: [Text]
- moRealisations :: [Text]
- data LemmaPlus = LemmaPlus {}
- type LemmaPlusSentence = [LemmaPlus]
Documentation
type MorphRealiser = [LemmaPlusSentence] -> [MorphOutput]
data MorphOutput
MorphOutput | |
|
data LemmaPlus
A lemma plus its morphological features
type LemmaPlusSentence = [LemmaPlus]
A sentence composed of LemmaPlus
instead of plain old words