|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.upenn.cis.propbank_shen.VNRole
public class VNRole
This class represents a propbank pointer to verbnet roles. For a full API for verbnet, please see the VerbNet website.
Field Summary | |
---|---|
protected Node |
node
the node from the frameset xml document |
protected String |
vnclass
the verbnet class |
protected String |
vntheta
the theta role, such as Agent, Theme, Patient, etc |
Constructor Summary | |
---|---|
VNRole(Node n)
construct a VNRole object from a vnrole node in the propbank lexical guidelines |
Method Summary | |
---|---|
String |
getVNClass()
return the VerbNet class identifier associated with this VNRole object |
String |
getVNTheta()
return the VerbNet theta role associated with this VNRole object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String vntheta
protected String vnclass
protected Node node
Constructor Detail |
---|
public VNRole(Node n)
Method Detail |
---|
public String getVNTheta()
public String getVNClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |