Package nltk :: Package parse :: Module api :: Class AbstractParser
[hide private]
[frames] | no frames]

Class AbstractParser

source code

          object --+    
                   |    
internals.Deprecated --+
                       |
          object --+   |
                   |   |
             ParserI --+
                       |
                      AbstractParser
Known Subclasses:

Use ParserI instead.

Instance Methods [hide private]
 
_check_coverage(*args, **kwargs) source code

Inherited from ParserI: batch_iter_parse, batch_nbest_parse, batch_parse, batch_prob_parse, grammar, iter_parse, nbest_parse, parse, prob_parse

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

    Deprecated

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

Static Methods [hide private]

Inherited from internals.Deprecated: __new__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_check_coverage(*args, **kwargs)

source code 
Decorators:
  • @deprecated("Use nltk.cfg.Grammar.check_coverage() instead.")

Deprecated: Use nltk.cfg.Grammar.check_coverage() instead.