Skip to content

hankcs/AveragedPerceptronPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages