Skip to content

This project implements HMM model on trigrams resulting a better accuracy in POS tagging

Notifications You must be signed in to change notification settings

himanish532/POS-Tagger-Model

Repository files navigation

Command to get the result:
$ python pos_tagger/postaggerViterTri.py data/hw3_train data/hw3_heldout

Expected output:
Accuracy in training [35000 sentences]: 90.9641951624
Accuracy in test [13928 sentences]: 94.2227852091

About

This project implements HMM model on trigrams resulting a better accuracy in POS tagging

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages