| Package | Description |
|---|---|
| simplenlg.aggregation | |
| simplenlg.features | |
| simplenlg.framework |
| Modifier and Type | Method and Description |
|---|---|
ElementCategory |
FunctionalSet.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
static FunctionalSet |
FunctionalSet.newInstance(DiscourseFunction func,
ElementCategory category,
Periphery periphery,
NLGElement... components) |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
LexicalFeature.getInflectionalFeatures(ElementCategory cat)
Return those features related to a word's inflection, depending on its
category, that is, the constants for
PAST, PAST_PARTICIPLE, PLURAl, PRESENT_PARTICIPLE, PRESENT3S, COMPARATIVE
or SUPERLATIVE. |
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentCategory
This enumerated type defines the different types of components found
in the structure of text.
|
class |
LexicalCategory
This enumeration defines the different lexical components.
|
class |
PhraseCategory
This enumeration defines the different syntactical phrases.
|
| Modifier and Type | Method and Description |
|---|---|
ElementCategory |
NLGElement.getCategory()
Retrieves the category for this element.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DocumentCategory.hasSubPart(ElementCategory elementCategory)
This method determines if the supplied elementCategory forms an immediate
sub-part of
this category. |
boolean |
NLGElement.isA(ElementCategory checkCategory) |
void |
NLGElement.setCategory(ElementCategory newCategory)
Sets the category of this element.
|
Copyright © 2020. All Rights Reserved.