:class:`nltk.PerceptronTagger` ============================== .. currentmodule:: nltk .. autoclass:: PerceptronTagger :undoc-members: Methods ------- .. autosummary:: :toctree: ~PerceptronTagger.__init__ ~PerceptronTagger.evaluate ~PerceptronTagger.load ~PerceptronTagger.normalize ~PerceptronTagger.tag ~PerceptronTagger.tag_sents ~PerceptronTagger.train Attributes ---------- .. autosummary:: :toctree: ~PerceptronTagger.END ~PerceptronTagger.START ~PerceptronTagger.unicode_repr