# AveragedPerceptronPython **Repository Path**: mirrors_hankcs/AveragedPerceptronPython ## Basic Information - **Project Name**: AveragedPerceptronPython - **Description**: Clone of "A Good Part-of-Speech Tagger in about 200 Lines of Python" by Matthew Honnibal - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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(...) ```