Package nltk :: Package parse :: Module featurechart :: Class FeatureCompleterRule
[hide private]
[frames] | no frames]

Class FeatureCompleterRule

source code

             object --+        
                      |        
chart.AbstractChartRule --+    
                          |    
        chart.CompleterRule --+
                              |
                             FeatureCompleterRule

A specialized version of the completer rule that operates on nonterminals whose symbols are FeatStructNonterminals. Rather tha simply comparing the nonterminals for equality, they are unified. See CompleterRule for more information.

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

Inherited from chart.CompleterRule: __str__

Inherited from chart.AbstractChartRule: apply, apply_everywhere, apply_everywhere_iter

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

Class Variables [hide private]
  _fundamental_rule = FeatureFundamentalRule()

Inherited from chart.CompleterRule: NUM_EDGES

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

apply_iter(self, chart, grammar, edge1)

source code 
Overrides: chart.CompleterRule.apply_iter