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

Type TopDownMatchRule

       object --+    
                |    
AbstractChartRule --+
                    |
                   TopDownMatchRule

Known Subclasses:
TopDownMatchEdgeRule

A rule licensing an edge corresponding to a terminal following an incomplete edge's dot. In particular, this rule specifies that: licenses the leaf edge: if the jth word in the text is w.
Method Summary
  apply_iter(self, chart, grammar, edge)
Inherited from AbstractChartRule: __init__, __str__, 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                                                                     

Class Variable Details

NUM_EDGES

Type:
int
Value:
1                                                                     

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