Home | Trees | Indices | Help |
|
---|
|
object --+ | PropbankInstance
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|
|||
filename The name of the file containing the parse tree for this instance's sentence. |
|||
sentnum The sentence number of this sentence within filename. |
|||
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.
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
repr(x)
|
str(x)
|
|
sentnumThe sentence number of this sentence within filename. 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.0beta1 on Wed Aug 27 15:08:52 2008 | http://epydoc.sourceforge.net |