| Package | Description |
|---|---|
| simplenlg.morphology.english |
| Modifier and Type | Method and Description |
|---|---|
static NLGElement |
MorphologyRules.doAdjectiveMorphology(InflectedWordElement element,
WordElement baseWord)
This method performs the morphology for adjectives.
|
static NLGElement |
MorphologyRules.doAdverbMorphology(InflectedWordElement element,
WordElement baseWord)
This method performs the morphology for adverbs.
|
protected static StringElement |
MorphologyRules.doNounMorphology(InflectedWordElement element,
WordElement baseWord)
This method performs the morphology for nouns.
|
static NLGElement |
MorphologyRules.doPronounMorphology(InflectedWordElement element)
This method performs the morphology for pronouns.
|
protected static NLGElement |
MorphologyRules.doVerbMorphology(InflectedWordElement element,
WordElement baseWord)
This method performs the morphology for verbs.
|
Copyright © 2020. All Rights Reserved.