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

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

Fields in edu.upenn.cis.propbank_shen declared as InflTense
static InflTense InflTense.Future
          the future tense
static InflTense InflTense.NoTense
          no tense specified
static InflTense InflTense.Past
          the past tense
static InflTense InflTense.Present
          the present tense
 InflTense Inflection.tense
           
 

Methods in edu.upenn.cis.propbank_shen that return InflTense
static InflTense InflTense.ofString(String s)
          return an InflTense instance from a canonical string.
 

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