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

type FeaturesetTaggerI

source code

object --+    
         |    
   TaggerI --+
             |
            FeaturesetTaggerI
Known Subclasses:

A tagger that requires tokens to be featuresets. A featureset is a dictionary that maps from feature names to feature values. See nltk.classify for more information about features and featuresets.

Instance Methods [hide private]

Inherited from TaggerI: batch_tag, evaluate, tag

Inherited from TaggerI (private): _check_params