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

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

Fields in edu.upenn.cis.propbank_shen declared as ArgLoc
 ArgLoc Argument.location
          the edu.upenn.cis.treebank location associated with this argument, or null
 

Methods in edu.upenn.cis.propbank_shen that return ArgLoc
 ArgLoc Argument.getLocation()
           
static ArgLoc ArgLoc.ofString(String s)
          convert a string to an ArgLoc if possible, otherwise throw CorruptDataException.
 

Methods in edu.upenn.cis.propbank_shen with parameters of type ArgLoc
 void Argument.setLocation(ArgLoc loc)
          set the argument's location to loc
 

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