Package nltk :: Package classify :: Class ClassifyI
[hide private]
[frames] | no frames]

Class ClassifyI

source code

          object --+    
                   |    
     api.ClassifierI --+
                       |
          object --+   |
                   |   |
internals.Deprecated --+
                       |
                      ClassifyI

Use nltk.ClassifierI instead.

Instance Methods [hide private]

Inherited from api.ClassifierI: batch_classify, batch_prob_classify, classify, labels, prob_classify

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

    Deprecated

Inherited from api.ClassifierI: batch_probdist, probdist

Static Methods [hide private]

Inherited from internals.Deprecated: __new__

Properties [hide private]

Inherited from object: __class__