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

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

Fields in edu.upenn.cis.propbank_shen declared as ModLabel
static ModLabel ModLabel.ADV
           
static ModLabel ModLabel.CAU
           
static ModLabel ModLabel.DIR
           
static ModLabel ModLabel.EXT
           
static ModLabel ModLabel.LOC
           
static ModLabel ModLabel.MNR
           
static ModLabel ModLabel.MOD
           
 ModLabel Argument.mod_label
          the secondary label associated with this argument, or null
protected  ModLabel Role.modlabel
          the modifying label associated with the roleset, or null if there is none.
static ModLabel ModLabel.PNC
           
static ModLabel ModLabel.PRD
           
static ModLabel ModLabel.PRP
           
static ModLabel ModLabel.REC
           
static ModLabel ModLabel.STR
           
static ModLabel ModLabel.TMP
           
 

Methods in edu.upenn.cis.propbank_shen that return ModLabel
 ModLabel Role.getModLabel()
          return the associated modifying label, or null if there is no such modifying label.
static ModLabel ModLabel.ofString(String s)
          Given a string, return the associated ModLabel
 ModLabel ModLabel.prepMod(String prep)
           
 

Methods in edu.upenn.cis.propbank_shen with parameters of type ModLabel
 void Argument.setMod(ModLabel ml)
          set the arguments modifying label.
 

Constructors in edu.upenn.cis.propbank_shen with parameters of type ModLabel
Argument(ArgLabel albl, ModLabel mlbl)
          create an Argument from an argument label and a modifiying label
Argument(ArgLabel albl, ModLabel mlbl, ArgLoc aloc)
          create an Argument from an argument label, a modifying label, and a location