| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
PropbankInstance
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
fileid The name of the file containing the parse tree for this instance's sentence. |
|||
|
sentnum The sentence number of this sentence within fileid. |
|||
|
wordnum The word number of this instance's predicate within its containing sentence. |
|||
|
tagger An identifier for the tagger who tagged this instance; or 'gold' if this is an adjuticated instance.
|
|||
|
roleset The name of the roleset used by this instance's predicate. |
|||
|
inflection A {PropbankInflection} object describing the inflection of this instance's predicate. |
|||
|
predicate A PropbankTreePointer indicating the position of this instance's predicate within its containing sentence. |
|||
|
arguments A list of tuples (argloc, argid), specifying the location and identifier for each of the predicate's argument in the containing sentence. |
|||
|
parse_corpus A corpus reader for the parse trees corresponding to the instances in this propbank corpus. |
|||
|
|||
|
tree The parse tree corresponding to this instance, or None
if the corresponding tree is not available.
|
|||
|
|||
|
|
|
|
|||
sentnumThe sentence number of this sentence within fileid. Indexing starts from zero. |
wordnumThe word number of this instance's predicate within its containing sentence. Word numbers are indexed starting from zero, and include traces and other empty parse elements. |
rolesetThe name of the roleset used by this instance's predicate. Use propbank.roleset() to look up information about the roleset. |
argumentsA list of tuples (argloc, argid), specifying the location and
identifier for each of the predicate's argument in the containing
sentence. Argument identifiers are strings such as |
|
|||
treeThe parse tree corresponding to this instance, or
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:45 2011 | http://epydoc.sourceforge.net |