Package nltk_lite :: Package parse :: Module featurechart :: Class FeatureTopDownExpandRule
[hide private]
[frames] | no frames]

Class FeatureTopDownExpandRule

source code

             object --+        
                      |        
chart.AbstractChartRule --+    
                          |    
    chart.TopDownExpandRule --+
                              |
                             FeatureTopDownExpandRule

The @TopDownExpandRule specialised for feature-based grammars.

Instance Methods [hide private]
 
apply_iter(self, chart, grammar, edge) source code

Inherited from chart.AbstractChartRule: __init__, __str__, apply, apply_everywhere, apply_everywhere_iter

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

Class Variables [hide private]

Inherited from chart.TopDownExpandRule: NUM_EDGES

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

apply_iter(self, chart, grammar, edge)

source code 
Overrides: chart.TopDownExpandRule.apply_iter