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

Class SingleEdgeFeatureFundamentalRule

source code

                 object --+        
                          |        
    chart.AbstractChartRule --+    
                              |    
chart.SingleEdgeFundamentalRule --+
                                  |
                                 SingleEdgeFeatureFundamentalRule

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

Inherited from chart.SingleEdgeFundamentalRule: __str__

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

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

Class Variables [hide private]
  _fundamental_rule = FeatureFundamentalRule()

Inherited from chart.SingleEdgeFundamentalRule: NUM_EDGES

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

apply_iter(self, chart, grammar, edge1)

source code 
Overrides: chart.SingleEdgeFundamentalRule.apply_iter