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

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

Fields in edu.upenn.cis.propbank_shen declared as InflForm
 InflForm Inflection.form
           
static InflForm InflForm.Full
           
static InflForm InflForm.Gerund
           
static InflForm InflForm.Infinitive
           
static InflForm InflForm.NoForm
           
static InflForm InflForm.Participle
           
 

Methods in edu.upenn.cis.propbank_shen that return InflForm
static InflForm InflForm.ofString(String s)
          return the "form" inflectional information from a string.
 

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