public class PosStructureElement extends StructureElement
posadditionalInformation| Constructor and Description |
|---|
PosStructureElement() |
PosStructureElement(String pos) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPos() |
String |
getTextFromData()
Returns a textual representation of the data stored in this
structureElement
|
void |
setDataFromText(String structureElementDescription)
Initializes a StructureElement using its textual description provided in
structureElementDescription |
void |
setPos(String pos) |
addAdditionalInformation, containsAdditionalInfo, getAdditionalInformation, getTextFromDataWithAdditionalInfo, removeAdditionalInformationpublic PosStructureElement()
public PosStructureElement(String pos)
pos - The Part-of-Speechpublic String getPos()
public String getTextFromData()
StructureElementgetTextFromData in class StructureElementpublic void setDataFromText(String structureElementDescription) throws Exception
StructureElementstructureElementDescriptionsetDataFromText in class StructureElementstructureElementDescription - the textual description of the structureElement to be
initializedExceptionpublic void setPos(String pos)
pos - The Part-of-SpeechCopyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.