nltk.ClassifierBasedPOSTagger.classifier

ClassifierBasedPOSTagger.classifier()

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()