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

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

Fields in edu.upenn.cis.propbank_shen declared as ArgLabel
 ArgLabel Argument.arg_label
          the primary argument label associated with this Argument
static ArgLabel ArgLabel.ARG0
          Numbered arguments
static ArgLabel ArgLabel.ARG1
           
static ArgLabel ArgLabel.ARG2
           
static ArgLabel ArgLabel.ARG3
           
static ArgLabel ArgLabel.ARG4
           
static ArgLabel ArgLabel.ARG5
           
static ArgLabel ArgLabel.ARG6
           
static ArgLabel ArgLabel.ARG7
           
static ArgLabel ArgLabel.ARG8
           
static ArgLabel ArgLabel.ARG9
           
static ArgLabel ArgLabel.ARGA
          Causative agent.
protected  ArgLabel Role.arglabel
          the argument label associated with the role
static ArgLabel ArgLabel.ARGM
          Modifying argument -- an adjunct in the argument/adjuct "distinction"
static ArgLabel ArgLabel.REL
          this label is used for the predicating verb.
static ArgLabel ArgLabel.TBERR
          This label is used by our annotators whenever they feel the predicate argument structure cannot be annotated correctly due to an error in the treebank.
 

Methods in edu.upenn.cis.propbank_shen that return ArgLabel
 ArgLabel Role.getArgLabel()
          return the associated argument label
static ArgLabel ArgLabel.ofString(String s)
          create an argument from a string of the form "ArgX" where X is either "M", "A", or an integer.
 

Methods in edu.upenn.cis.propbank_shen with parameters of type ArgLabel
 void Argument.setLabel(ArgLabel al)
          set the argument's primary label.
 

Constructors in edu.upenn.cis.propbank_shen with parameters of type ArgLabel
Argument(ArgLabel albl)
          create an Argument from just a label
Argument(ArgLabel albl, ArgLoc aloc)
          create an Argument from an argument label and a location
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