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

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

Fields in edu.upenn.cis.propbank_shen declared as InflPerson
static InflPerson InflPerson.NoPerson
          no inflection noted
 InflPerson Inflection.person
           
static InflPerson InflPerson.Third
          the third person inflection
 

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

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