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

Type SingleEdgeFundamentalRule

       object --+    
                |    
AbstractChartRule --+
                    |
                   SingleEdgeFundamentalRule

Known Subclasses:
FundamentalEdgeRule, SingleEdgeFeatureFundamentalRule

A rule that joins a given edge with adjacent edges in the chart, to form combined edges. In particular, this rule specifies that either of the edges: licenses the edge: if the other edge is already in the chart.

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

Method Summary
  __str__(self)
  apply_iter(self, chart, grammar, edge1)
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                                                                     

Class Variable Details

NUM_EDGES

Type:
int
Value:
1                                                                     

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