Package nltk :: Package classify :: Module api
[hide private]
[frames] | no frames]

Module api

source code

Interfaces for labeling tokens with category labels (or class labels).

ClassifierI is a standard interface for single-category classification, in which:

MultiClassifierI is a standard interface for multi-category classification, in which:

Classes [hide private]
    Classification Interfaces
  ClassifierI
A processing interface for labeling tokens with a single category label (or class).
  MultiClassifierI
A processing interface for labeling tokens with zero or more category labels (or labels).