Package nltk :: Package parse :: Class SteppingRecursiveDescent
[hide private]
[frames] | no frames]

Class SteppingRecursiveDescent

source code

               object --+            
                        |            
              api.ParserI --+        
                            |        
    rd.RecursiveDescentParser --+    
                                |    
rd.SteppingRecursiveDescentParser --+
                                    |
                       object --+   |
                                |   |
             internals.Deprecated --+
                                    |
                                   SteppingRecursiveDescent

Use nltk.SteppingRecursiveDescentParser instead.

Instance Methods [hide private]

Inherited from rd.SteppingRecursiveDescentParser: __init__, backtrack, currently_complete, expand, expandable_productions, frontier, initialize, match, nbest_parse, parses, remaining_text, set_grammar, step, tree, untried_expandable_productions, untried_match

Inherited from rd.SteppingRecursiveDescentParser (private): _freeze, _parse

Inherited from rd.RecursiveDescentParser: grammar, trace

Inherited from api.ParserI: batch_iter_parse, batch_nbest_parse, batch_parse, batch_prob_parse, iter_parse, parse, prob_parse

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

    Deprecated

Inherited from api.ParserI: batch_test, get_parse, get_parse_dict, get_parse_list, get_parse_prob

Static Methods [hide private]

Inherited from internals.Deprecated: __new__

Instance Variables [hide private]
Properties [hide private]

Inherited from object: __class__