| Package | Description |
|---|---|
| simplenlg.xmlrealiser | |
| simplenlg.xmlrealiser.wrapper |
| Modifier and Type | Method and Description |
|---|---|
NLGElement |
UnWrapper.UnwrapCoordinatePhraseSpec(XmlNLGElement wps)
Unwraps a coordinate phrase.
|
NLGElement |
UnWrapper.UnwrapNLGElement(XmlNLGElement wps)
Unwrap a
simplenlg.xmlrealiser.wrapper.NLGElement and map it
to a simplenlg.framework.NLGElement |
void |
UnWrapper.UnwrapPhraseComponents(PhraseElement hp,
XmlNLGElement wps)
Unwrap the common phrase components (premodifiers, postmodifiers etc)
that any
simplenlg.xmlrealiser.wrapper.NLGElement can have,
and map it to a simplenlg.framework.NLGElement |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlAdjPhraseSpec
Java class for AdjPhraseSpec complex type.
|
class |
XmlAdvPhraseSpec
Java class for AdvPhraseSpec complex type.
|
class |
XmlCoordinatedPhraseElement
Java class for CoordinatedPhraseElement complex type.
|
class |
XmlDocumentElement
Java class for DocumentElement complex type.
|
class |
XmlNPPhraseSpec
Java class for NPPhraseSpec complex type.
|
class |
XmlPhraseElement
Java class for PhraseElement complex type.
|
class |
XmlPPPhraseSpec
Java class for PPPhraseSpec complex type.
|
class |
XmlSPhraseSpec
Java class for SPhraseSpec complex type.
|
class |
XmlStringElement
Java class for StringElement complex type.
|
class |
XmlVPPhraseSpec
Java class for VPPhraseSpec complex type.
|
class |
XmlWordElement
Java class for WordElement complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected XmlNLGElement |
XmlSPhraseSpec.cuePhrase |
protected XmlNLGElement |
XmlNPPhraseSpec.spec |
protected XmlNLGElement |
XmlSPhraseSpec.vp |
| Modifier and Type | Field and Description |
|---|---|
protected List<XmlNLGElement> |
XmlDocumentElement.child |
protected List<XmlNLGElement> |
XmlPhraseElement.compl |
protected List<XmlNLGElement> |
XmlCoordinatedPhraseElement.coord |
protected List<XmlNLGElement> |
XmlPhraseElement.frontMod |
protected List<XmlNLGElement> |
XmlPhraseElement.postMod |
protected List<XmlNLGElement> |
XmlPhraseElement.preMod |
protected List<XmlNLGElement> |
XmlSPhraseSpec.subj |
| Modifier and Type | Method and Description |
|---|---|
XmlNLGElement |
XmlSPhraseSpec.getCuePhrase()
Gets the value of the cuePhrase property.
|
XmlNLGElement |
XmlNPPhraseSpec.getSpec()
Gets the value of the spec property.
|
XmlNLGElement |
XmlSPhraseSpec.getVp()
Gets the value of the vp property.
|
| Modifier and Type | Method and Description |
|---|---|
List<XmlNLGElement> |
XmlDocumentElement.getChild()
Gets the value of the child property.
|
List<XmlNLGElement> |
XmlPhraseElement.getCompl()
Gets the value of the compl property.
|
List<XmlNLGElement> |
XmlCoordinatedPhraseElement.getCoord()
Gets the value of the coord property.
|
List<XmlNLGElement> |
XmlPhraseElement.getFrontMod()
Gets the value of the frontMod property.
|
List<XmlNLGElement> |
XmlPhraseElement.getPostMod()
Gets the value of the postMod property.
|
List<XmlNLGElement> |
XmlPhraseElement.getPreMod()
Gets the value of the preMod property.
|
List<XmlNLGElement> |
XmlSPhraseSpec.getSubj()
Gets the value of the subj property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSPhraseSpec.setCuePhrase(XmlNLGElement value)
Sets the value of the cuePhrase property.
|
void |
XmlNPPhraseSpec.setSpec(XmlNLGElement value)
Sets the value of the spec property.
|
void |
XmlSPhraseSpec.setVp(XmlNLGElement value)
Sets the value of the vp property.
|
Copyright © 2020. All Rights Reserved.