Uses of Class
edu.upenn.cis.propbank_shen.RoleSet

Packages that use RoleSet
edu.upenn.cis.propbank_shen Provides an API to the Propbank, modified for the version included in Libin Shen's LTAG treebank in the file prop-all.idx
 

Uses of RoleSet in edu.upenn.cis.propbank_shen
 

Fields in edu.upenn.cis.propbank_shen declared as RoleSet
protected  RoleSet Annotation.roleset
          the roleset, if identified or null otherwise
 

Methods in edu.upenn.cis.propbank_shen that return RoleSet
 RoleSet Annotation.getRoleSet()
          Return the RoleSet of the annotation, if disambiguated, otherwise return null.
static RoleSet RoleSet.ofId(String id)
          create a RoleSet object from the id, where the id is in the form <verb>.NN, such as "go.01".
 

Constructors in edu.upenn.cis.propbank_shen with parameters of type RoleSet
Annotation(PASLoc loc, String annotator, RoleSet roleset, Inflection inflection, PAStruct structure)