| Trees | Indices | Help |
|
|---|
|
|
object --+
|
DerivationTrace
Stores a trace of the derivation of a particular CCGCategory node and is associated with that category. For parse results, these structures will often be so large that there's no hope of being able to print the thing (even recursing to count the size can be prohibitively slow!).
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
rule and args may be specified to give the derivation node an initial pointer to a rule that was applied and a list of the arguments for that rule. Add more rules using add_rule(). All rule applications stored should have resulted in result.
|
Add a rule application to the derivation node (that resulted in the same category as other rule applications stored here). The rule is a pointer to the rule object that was applied. The args is a list of the arguments to which the rule was applied. |
str(x)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |