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

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

Fields in edu.upenn.cis.propbank_shen declared as Inflection
protected  Inflection Annotation.inflection
          the inflectional information
 

Methods in edu.upenn.cis.propbank_shen that return Inflection
 Inflection Annotation.getInflection()
          Return the inflection part of the annotation.
 

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