Clone of "A Good Part-of-Speech Tagger in about 200 Lines of Python" by Matthew Honnibal
Simply run the script PerceptronTagger.py
, or:
tagger = PerceptronTagger()
tagger.train(...)
tagger.test(...)
Clone of "A Good Part-of-Speech Tagger in about 200 Lines of Python" by Matthew Honnibal
PythonMIT