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

Class BottomUpEdgeRule

source code

                       object --+    
                                |    
                         EdgeRule --+
                                    |
                   object --+       |
                            |       |
parse.chart.AbstractChartRule --+   |
                                |   |
  parse.chart.BottomUpPredictRule --+
                                    |
                                   BottomUpEdgeRule

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.BottomUpPredictRule: NUM_EDGES

Properties [hide private]

Inherited from object: __class__