| Modifier and Type | Field and Description |
|---|---|
protected String |
feature |
protected String |
hyphenTag |
protected String |
label |
protected String |
preposition |
protected String |
propTxt |
protected PropbankRelation |
relation |
| Modifier | Constructor and Description |
|---|---|
protected |
Proplabel() |
| Modifier and Type | Method and Description |
|---|---|
SemanticArgument |
convert(JCas view,
TopTreebankNode topNode)
Convert to ClearTK SemanticArgument annotation and add it to view.
|
String |
getFeature() |
String |
getHyphenTag() |
String |
getLabel() |
String |
getPreposition() |
String |
getPropTxt() |
PropbankRelation |
getRelation() |
void |
setFeature(String feature) |
void |
setHyphenTag(String hyphenTag) |
void |
setLabel(String label) |
void |
setPreposition(String preposition) |
void |
setPropTxt(String propTxt) |
void |
setRelation(PropbankRelation relation) |
String |
toString()
Re-generate the Propbank text that this object was parsed from.
|
protected String preposition
protected PropbankRelation relation
protected Proplabel()
public SemanticArgument convert(JCas view, TopTreebankNode topNode)
view - the view where the annotation will be addedtopNode - the top node annotation of the corresponding Treebank parsepublic String getFeature()
public String getHyphenTag()
public String getPreposition()
public String getPropTxt()
public PropbankRelation getRelation()
public void setFeature(String feature)
public void setHyphenTag(String hyphenTag)
public void setPreposition(String preposition)
public void setPropTxt(String propTxt)
public void setRelation(PropbankRelation relation)
Copyright © 2014. All rights reserved.