/POS-Taggers

Some POS-taggers implementations of NLTK Library

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

POS-Taggers

This repository constains some Part of Speech algorithms implemented in NLTK library. They are: Unigram, Affix, Regex and the best POS tagger Brill agorithm.

Requeriments:

  • Python 3.x
  • NLTK