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

Type TopDownInitRule

       object --+    
                |    
AbstractChartRule --+
                    |
                   TopDownInitRule

Known Subclasses:
CachedTopDownInitRule, PseudoEarleyInitRule

A rule licensing edges corresponding to the grammar productions for the grammar's start symbol. In particular, this rule specifies that: is licensed for each grammar production S→α, where S is the grammar's start symbol.
Method Summary
  apply_iter(self, chart, grammar)
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 = 0                                                                     

Class Variable Details

NUM_EDGES

Type:
int
Value:
0                                                                     

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