Package nltk :: Package parse :: Module chart :: Class PredictorRule
[hide private]
[frames] | no frames]

Class PredictorRule

source code

       object --+            
                |            
AbstractChartRule --+        
                    |        
    TopDownExpandRule --+    
                        |    
  CachedTopDownExpandRule --+
                            |
                           PredictorRule

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

Inherited from CachedTopDownExpandRule: __init__

Inherited from AbstractChartRule: apply, apply_everywhere, apply_everywhere_iter

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Variables [hide private]

Inherited from TopDownExpandRule: NUM_EDGES

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

apply_iter(self, chart, grammar, edge)

source code 
Overrides: CachedTopDownExpandRule.apply_iter

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: CachedTopDownExpandRule.__str__