Package nltk_lite :: Package parse :: Module chart :: Class CompleterRule
[show private | hide private]
[frames | no frames]

Type CompleterRule

       object --+    
                |    
AbstractChartRule --+
                    |
                   CompleterRule


A rule that joins a given complete edge with adjacent incomplete edges in the chart, to form combined edges. In particular, this rule specifies that: licenses the edge: given that the chart contains:

Note: This is basically FundamentalRule, with the left edge left unspecified.

Method Summary
  __str__(self)
  apply_iter(self, chart, grammar, right_edge)
Inherited from AbstractChartRule: __init__, apply, apply_everywhere, apply_everywhere_iter
Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Variable Summary
int NUM_EDGES = 1                                                                     
FundamentalRule _fundamental_rule = <nltk_lite.parse.chart.FundamentalRu...

Class Variable Details

NUM_EDGES

Type:
int
Value:
1                                                                     

_fundamental_rule

Type:
FundamentalRule
Value:
<nltk_lite.parse.chart.FundamentalRule object at 0x2b302d9721d0>       

Generated by Epydoc 2.1 on Tue Sep 5 09:37:20 2006 http://epydoc.sf.net