Skip to content

mirfan899/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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%