Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 254 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 254 Bytes

AveragedPerceptronPython

Clone of "A Good Part-of-Speech Tagger in about 200 Lines of Python" by Matthew Honnibal

How to Play

Simply run the script PerceptronTagger.py, or:

tagger = PerceptronTagger()
tagger.train(...)
tagger.test(...)