nltk.tag.ClassifierBasedTagger.classifier

ClassifierBasedTagger.classifier()[source]

Return the classifier that this tagger uses to choose a tag for each word in a sentence. The input for this classifier is generated using this tagger’s feature detector. See feature_detector()