Package nltk :: Package draw :: Module chart :: Class TopDownMatchEdgeRule
[hide private]
[frames] | no frames]

Class TopDownMatchEdgeRule

source code

                       object --+    
                                |    
                         EdgeRule --+
                                    |
                   object --+       |
                            |       |
parse.chart.AbstractChartRule --+   |
                                |   |
     parse.chart.TopDownMatchRule --+
                                    |
                                   TopDownMatchEdgeRule

Instance Methods [hide private]

Inherited from EdgeRule: __init__, __str__, apply_iter

Inherited from parse.chart.AbstractChartRule: apply, apply_everywhere, apply_everywhere_iter

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Variables [hide private]

Inherited from parse.chart.TopDownMatchRule: NUM_EDGES

Properties [hide private]

Inherited from object: __class__