Skip to content

A simple part-of-speech tagger I wrote for my computational linguistics course.

Notifications You must be signed in to change notification settings

dungeon-mystic/simplePOSTagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

simplePOSTagger

A simple part-of-speech tagger I wrote for my computational linguistics course. It uses a reduced version of the Penn-Treebank POS tagging system. I used H.P. Lovecraft's fiction as the training set. It's tested on a short section of one of his stories. The program is set to a vocabulary of 500 words. Out-of-vocabulary words are replaced with a triple asterisk. The program is run with "python3 pos.py". You must have the nltk library installed to run.

About

A simple part-of-speech tagger I wrote for my computational linguistics course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages