| Package | Description |
|---|---|
| simplenlg.aggregation | |
| simplenlg.features |
| Modifier and Type | Field and Description |
|---|---|
static List<DiscourseFunction> |
AggregationHelper.FUNCTIONS |
static List<DiscourseFunction> |
AggregationHelper.RECURSIVE |
| Modifier and Type | Method and Description |
|---|---|
DiscourseFunction |
FunctionalSet.getFunction() |
DiscourseFunction |
PhraseSet.getFunction() |
| Modifier and Type | Method and Description |
|---|---|
static FunctionalSet |
FunctionalSet.newInstance(DiscourseFunction func,
ElementCategory category,
Periphery periphery,
NLGElement... components) |
| Constructor and Description |
|---|
PhraseSet(DiscourseFunction function,
NLGElement... phrases)
Construct a set of compatible phrases and their function
|
| Modifier and Type | Method and Description |
|---|---|
static DiscourseFunction |
DiscourseFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscourseFunction[] |
DiscourseFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All Rights Reserved.