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

Packages that use PASLoc
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
edu.upenn.cis.spinal Provides a read/write programming API for the output of Libin Shen's incremental and bidirectional parsers and for the LTAG-spinal treebank. 
 

Uses of PASLoc in edu.upenn.cis.propbank_shen
 

Fields in edu.upenn.cis.propbank_shen declared as PASLoc
protected  PASLoc Annotation.pasloc
          the location in the treebank
 

Methods in edu.upenn.cis.propbank_shen that return PASLoc
 PASLoc Annotation.getPASLoc()
          Return the predicate argument structure location.
static PASLoc PASLoc.ofString(String s)
          given a canonical string representing a location of a predicate, return a corresponding PASLoc object.
 

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

Uses of PASLoc in edu.upenn.cis.spinal
 

Methods in edu.upenn.cis.spinal that return PASLoc
 PASLoc ElemTree.getPASLoc()
          Returns the location of the predicate-argument structure corresponding to this elementary tree in the Propbank, or null if this tree has no section and file numbers.