Package nltk :: Package parse :: Module pchart :: Class SingleEdgeProbabilisticFundamentalRule
[hide private]
[frames] | no frames]

Class SingleEdgeProbabilisticFundamentalRule

source code

             object --+    
                      |    
chart.AbstractChartRule --+
                          |
                         SingleEdgeProbabilisticFundamentalRule

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

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]
  NUM_EDGES = 1
  _fundamental_rule = ProbabilisticFundamentalRule()
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

apply_iter(self, chart, grammar, edge1)

source code 
Overrides: chart.AbstractChartRule.apply_iter

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: chart.AbstractChartRule.__str__