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

Module api

source code

Interface for tagging each token in a sentence with supplementary information, such as its part of speech.

Classes [hide private]
  TaggerI
A processing interface for assigning a tag to each token in a list.
  FeaturesetTaggerI
A tagger that requires tokens to be featuresets.
  HiddenMarkovModelTaggerTransformI
An interface for a transformation to be used as the transform parameter of HiddenMarkovModelTagger.