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

Packages that use PAStruct
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 PAStruct in edu.upenn.cis.propbank_shen
 

Fields in edu.upenn.cis.propbank_shen declared as PAStruct
protected  PAStruct Annotation.pas
          the predicate argument structure
 

Methods in edu.upenn.cis.propbank_shen that return PAStruct
 PAStruct Annotation.getPAStruct()
          Return the predicate argument structure portion of the annotation.
static PAStruct PAStruct.ofString(String s)
          create a predicate argument structure from a canonical string
 

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