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

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

Fields in edu.upenn.cis.propbank_shen declared as InflVoice
static InflVoice InflVoice.Active
          the active inflection
static InflVoice InflVoice.NoVoice
          none specified
static InflVoice InflVoice.Passive
          the passive inflection
 InflVoice Inflection.voice
           
 

Methods in edu.upenn.cis.propbank_shen that return InflVoice
static InflVoice InflVoice.ofString(String s)
          convert a string to a InflVoice instance
 

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