A B C D E F G H I L M N O P R S T U V W

G

Gerund - Static variable in class edu.upenn.cis.propbank_shen.InflForm
 
getAllNodes() - Method in class edu.upenn.cis.spinal.SpinalNode
Returns a list of all the descendents of this spinal node, including itself.
getAllWordSpans() - Method in class edu.upenn.cis.propbank_shen.ArgLoc
returns a flat list of all WordSpans contained somewhere (possibly deeply nested) in this ArgLoc
getAnchor() - Method in class edu.upenn.cis.spinal.ElemTree
Returns the node representing the lexical anchor of this tree, or null if there is no anchor (in the case of a coordination structure).
getAnnotator() - Method in class edu.upenn.cis.propbank_shen.Annotation
Return the annotator
getArgLabel() - Method in class edu.upenn.cis.propbank_shen.Role
return the associated argument label
getArgs() - Method in class edu.upenn.cis.propbank_shen.PAStruct
return a list of arguments, including the verb itself
getArgs() - Method in class edu.upenn.cis.spinal.AbstractWalker
Returns the string array of arguments that has been passed to AbstractWalker.process(String[]).
getAttachmentSite() - Method in class edu.upenn.cis.spinal.ElemTree
Returns the SpinalNode in the parent tree to which this ElemTree is attached, or null if this ElemTree is the root of the derivation tree.
getAttachmentType() - Method in class edu.upenn.cis.spinal.ElemTree
Returns the type of the attachment of this elementary tree to its parent tree, one of ElemTree.ATTACH, ElemTree.ADJOIN, ElemTree.CONJUNCT (only used in the LTAG-spinal treebank and in the output of the incremental parser), and ElemTree.CONJUNCT_OR_CONNECTIVE (only used in the output of the bidirectional parser).
getChild(int) - Method in class edu.upenn.cis.spinal.SpinalNode
Returns the specified child of this spinal node.
getChildren() - Method in class edu.upenn.cis.spinal.ElemTree
Returns the ElemTrees that attach to this ElemTree.
getChildren() - Method in class edu.upenn.cis.spinal.SpinalNode
Returns an array of children, or null if there are no children to this node.
getChildrenList() - Method in class edu.upenn.cis.spinal.SpinalNode
Returns a list of children, or an empty list if there are no children to this node.
getChildrenSpans() - Method in class edu.upenn.cis.spinal.ElemTree
Returns the spans of the ElemTrees that attach to this ElemTree.
getDescription() - Method in class edu.upenn.cis.propbank_shen.ModLabel
Return a brief english description of the associated label
getDescription() - Method in class edu.upenn.cis.propbank_shen.Role
return the brief description of the role
getDominatedElemTrees() - Method in class edu.upenn.cis.spinal.ElemTree
Returns a List of the elementary trees dominated by this elementary tree, including this tree itself.
getDominatedTerminals() - Method in class edu.upenn.cis.spinal.ElemTree
Returns a List of the terminals attached to the elementary trees dominated by this elementary tree, including this tree itself.
getElemTree(int) - Method in class edu.upenn.cis.spinal.Sentence
Returns the ElemTree associated with the nth word of the sentence.
getElemTree() - Method in class edu.upenn.cis.spinal.SpinalNode
Gets the elementary tree to which this spine or spinal node belongs.
getElemTrees() - Method in class edu.upenn.cis.spinal.Sentence
Returns a List of ElemTrees for the given word span.
getElemTrees(int, int) - Method in class edu.upenn.cis.spinal.Sentence
Returns a List of ElemTrees for the given word span.
getExamples() - Method in class edu.upenn.cis.propbank_shen.RoleSet
return a list of the Example objects associated with this roleset
getFileNumber() - Method in class edu.upenn.cis.spinal.ElemTree
Returns the number of the file that contains the sentence to which this ElemTree belongs, or -1 if there is no such number.
getFileNumber() - Method in class edu.upenn.cis.spinal.Sentence
Returns the number of the Penn Treebank file in which the current sentence occurred, or -1 if the sentence is not a Penn Treebank sentence.
getFoot() - Method in class edu.upenn.cis.spinal.ElemTree
Returns the node representing the foot node (if any) of this tree, or null if there is no foot node.
getId() - Method in class edu.upenn.cis.propbank_shen.RoleSet
return the identifier associated with the roleset
getInflection() - Method in class edu.upenn.cis.propbank_shen.Annotation
Return the inflection part of the annotation.
getLabel() - Method in class edu.upenn.cis.spinal.SpinalNode
Gets the label of this spinal node.
getLemma() - Method in class edu.upenn.cis.propbank_shen.Annotation
Return the lemma of the annotation
getLemma() - Method in class edu.upenn.cis.propbank_shen.PAStruct
return the lemma, eg the root form of the associated verb.
getLemma() - Method in class edu.upenn.cis.propbank_shen.Predicate
return the lemma associated with this Predicate object
getLocation() - Method in class edu.upenn.cis.propbank_shen.Argument
 
getLocation() - Method in class edu.upenn.cis.spinal.Sentence
Returns a String representing the location of the current sentence -- i.e.
getLocationInSpine() - Method in class edu.upenn.cis.spinal.SpinalNode
Returns the GornAddress of this spinal node, relative to the root of the spine in which it is contained (rather than the root of the derivation tree in which it is contained).
getLocList() - Method in class edu.upenn.cis.propbank_shen.ArgLoc
Returns a list of other ArgLoc objects if this location consists of multiple nodes.
getModLabel() - Method in class edu.upenn.cis.propbank_shen.Role
return the associated modifying label, or null if there is no such modifying label.
getName() - Method in class edu.upenn.cis.propbank_shen.ArgLabel
get the name associated with the label all labels have names.
getName() - Method in class edu.upenn.cis.propbank_shen.Example
get the name of this example, or return null if there is no name
getName() - Method in class edu.upenn.cis.propbank_shen.RoleSet
return the name of this roleset, or null if there is none specified.
getNum() - Method in class edu.upenn.cis.propbank_shen.ArgLabel
get the numbner associated with the label, if the number is meaningless, return -1
getNumber() - Method in class edu.upenn.cis.spinal.ElemTree
Returns the number of this tree, corresponding to the position in the sentence.
getParent() - Method in class edu.upenn.cis.spinal.ElemTree
Returns the ElemTree to which this ElemTree attaches, or null iff this is the root.
getParent(boolean) - Method in class edu.upenn.cis.spinal.SpinalNode
Returns the SpinalNode that is the parent of this node.
getPASLoc() - Method in class edu.upenn.cis.propbank_shen.Annotation
Return the predicate argument structure location.
getPASLoc() - Method in class edu.upenn.cis.spinal.ElemTree
Returns the location of the predicate-argument structure corresponding to this elementary tree in the Propbank, or null if this tree has no section and file numbers.
getPAStruct() - Method in class edu.upenn.cis.propbank_shen.Annotation
Return the predicate argument structure portion of the annotation.
getPath(String) - Static method in class edu.upenn.cis.propbank_shen.FrameSet
Find the file for the lexical guidelines for a verb.
getPath() - Method in class edu.upenn.cis.propbank_shen.PASLoc
return the full path of the file to which this location refers.
getPOS() - Method in class edu.upenn.cis.spinal.ElemTree
Returns the part of speech of this elementary tree, or "NA" in the case of a coordination structure (where part of speech is not really applicable since Coord nodes aren't lexicalized).
getPredicates() - Method in class edu.upenn.cis.propbank_shen.FrameSet
return a list of Predicate objects see
getRelation() - Method in class edu.upenn.cis.propbank_shen.Annotation
 
getRoles() - Method in class edu.upenn.cis.propbank_shen.RoleSet
return the list of roles associated with the roleset
getRoleSet() - Method in class edu.upenn.cis.propbank_shen.Annotation
Return the RoleSet of the annotation, if disambiguated, otherwise return null.
getRoleSetId() - Method in class edu.upenn.cis.propbank_shen.Annotation
Return the ID of the roleset, such as run.02 or find.XX.
getRoleSets() - Method in class edu.upenn.cis.propbank_shen.Predicate
Return a list of the rolesets associated with this Predicate object.
getRoot() - Method in class edu.upenn.cis.spinal.Sentence
Returns the elementary tree at the root of this Sentence.
getSectionNumber() - Method in class edu.upenn.cis.spinal.ElemTree
Returns the number of the section that contains the sentence to which this ElemTree belongs, or -1 if there is no such number.
getSectionNumber() - Method in class edu.upenn.cis.spinal.Sentence
Returns the number of the Penn Treebank section in which the current sentence occurred, or -1 if the sentence is not a Penn Treebank sentence.
getSentence() - Method in class edu.upenn.cis.spinal.ElemTree
Return the Sentence to which this ElemTree belongs.
getSentenceNumber() - Method in class edu.upenn.cis.spinal.ElemTree
Returns the number of the the sentence to which this ElemTree belongs, or -1 if there is no such number.
getSentenceNumber() - Method in class edu.upenn.cis.spinal.Sentence
Returns the number of the current sentence in the Penn Treebank file or parser output.
getSlot() - Method in class edu.upenn.cis.spinal.ElemTree
Returns whether this elementary tree attaches to the ElemTree.LEFT or ElemTree.RIGHT side of its parent.
getSource() - Method in exception edu.upenn.cis.spinal.SkippedSentenceException
Returns the skipped sentence that caused this exception.
getSpan() - Method in class edu.upenn.cis.spinal.ElemTree
Returns the part of the sentence that is spanned by the yield of this elementary tree and its descendents.
getSpinalNodeAt(GornAddress) - Method in class edu.upenn.cis.spinal.ElemTree
Returns the spinal node at a given Gorn address in this tree.
getSpine() - Method in class edu.upenn.cis.spinal.ElemTree
Returns the spine of this tree.
getSubTree(Sentence) - Method in class edu.upenn.cis.propbank_shen.WordSpan
Attempts to find a subtree whose root ElemTree yields the words described by this span.
getSubTree(WordSpan) - Method in class edu.upenn.cis.spinal.Sentence
Returns the unique ElemTree that is the root of a subtree whose yield is the specified word span, or null if there is no such tree.
getSubTree(int, int) - Method in class edu.upenn.cis.spinal.Sentence
Returns the unique ElemTree that is the root of a subtree whose yield is the specified word span, or null if there is no such tree.
getSurfaceString() - Method in class edu.upenn.cis.spinal.ElemTree
Returns the yield of the subtree rooted in this elementary tree, with terminals separated by a single white space.
getTerminal() - Method in class edu.upenn.cis.spinal.ElemTree
Returns the actual terminal string (word in most cases) represented by this ElemTree.
getText() - Method in class edu.upenn.cis.propbank_shen.Example
return the example text as a string.
getType() - Method in class edu.upenn.cis.spinal.ElemTree
Returns the type of this elementary tree, one of ElemTree.UNKNOWN, ElemTree.INITIAL, ElemTree.AUXILIARY, and ElemTree.COORD.
getType() - Method in class edu.upenn.cis.spinal.SpinalNode
Gets the type of this SpinalNode.
getTypeAsString() - Method in class edu.upenn.cis.spinal.ElemTree
Returns a string representing the type of this elementary tree, one of initial, auxiliary, coordination, and unknown.
getVerb() - Method in class edu.upenn.cis.propbank_shen.FrameSet
return the verb associated with this FrameSet
getVNClass() - Method in class edu.upenn.cis.propbank_shen.VNRole
return the VerbNet class identifier associated with this VNRole object
getVNClasses() - Method in class edu.upenn.cis.propbank_shen.RoleSet
return the verbnet class ids associated with this roleset
getVNRoles() - Method in class edu.upenn.cis.propbank_shen.Role
return a list (possibly empty) of the associated VerbNet roles see also the VerbNet website
getVNTheta() - Method in class edu.upenn.cis.propbank_shen.VNRole
return the VerbNet theta role associated with this VNRole object
getWordSpan() - Method in class edu.upenn.cis.propbank_shen.ArgLoc
Returns the unique WordSpan if this location consists of just one span.
GornAddress - Class in edu.upenn.cis.spinal
Implements a way of referring unambiguously to a particular node in a tree.
GornAddress(String) - Constructor for class edu.upenn.cis.spinal.GornAddress
Creates a Gorn address from a string representation.
GraphvizWalker - Class in edu.upenn.cis.spinal
Walks through a treebank, reads it in, and outputs representations of the trees in Graphviz format.
GraphvizWalker() - Constructor for class edu.upenn.cis.spinal.GraphvizWalker
Creates a new instance of GraphvizWalker.

A B C D E F G H I L M N O P R S T U V W