public class NewAggregator extends NLGModule
| Constructor and Description |
|---|
NewAggregator() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialise()
Performs one-time initialisation of the module.
|
List<NLGElement> |
realise(List<NLGElement> elements)
Realises a
List of NLGElements usually by
iteratively calling the realise(NLGElement) method on each
element in the list and adding the result into a new a List |
NLGElement |
realise(NLGElement element)
Realises the given element.
|
NLGElement |
realise(NLGElement phrase1,
NLGElement phrase2) |
getLexicon, setLexiconpublic void initialise()
NLGModuleinitialise in class NLGModulepublic List<NLGElement> realise(List<NLGElement> elements)
NLGModuleList of NLGElements usually by
iteratively calling the realise(NLGElement) method on each
element in the list and adding the result into a new a Listpublic NLGElement realise(NLGElement element)
NLGModulepublic NLGElement realise(NLGElement phrase1, NLGElement phrase2)
Copyright © 2020. All Rights Reserved.