Home | Trees | Indices | Help |
|
---|
|
object --+ | ConllSRLInstance
An SRL instance from a CoNLL corpus, which identifies and providing labels for the arguments of a single verb.
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
verb A list of the word indices of the words that compose the verb whose arguments are identified by this instance. |
|||
verb_head The word index of the head word of the verb whose arguments are identified by this instance. |
|||
arguments A list of (argspan, argid) tuples, specifying the
location and type for each of the arguments identified by this
instance.
|
|||
tagged_spans A list of (span, id) tuples, specifying the location and
type for each of the arguments, as well as the verb pieces, that make
up this instance.
|
|||
tree The parse tree for the sentence containing this instance. |
|||
words A list of the words in the sentence containing this instance. |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
repr(x)
|
|
verbA list of the word indices of the words that compose the verb whose arguments are identified by this instance. This will contain multiple word indices when multi-word verbs are used (e.g. 'turn on'). |
verb_headThe word index of the head word of the verb whose arguments are
identified by this instance. E.g., for a sentence that uses the verb
'turn on,' |
argumentsA list of |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:52 2008 | http://epydoc.sourceforge.net |