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

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

Fields in edu.upenn.cis.propbank_shen declared as InflAspect
 InflAspect Inflection.aspect
           
static InflAspect InflAspect.Both
          the perfect progressive voice
static InflAspect InflAspect.NoAspect
          no aspect specified
static InflAspect InflAspect.Perfect
          the Perfect voice
static InflAspect InflAspect.Progressive
          the progressive voice
 

Methods in edu.upenn.cis.propbank_shen that return InflAspect
static InflAspect InflAspect.ofString(String s)
           
 

Constructors in edu.upenn.cis.propbank_shen with parameters of type InflAspect
Inflection(InflForm f, InflTense it, InflAspect ia, InflPerson ip, InflVoice iv)