Skip to content

chrismikehogan/Viterbi-Tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python implementation of a hidden markov model that uses the viterbi algorithm.

icvtag.py is a toy example that runs on the corresponding tagging/ic* data. These datasets correspond with Jason Eisner's viterbi spreadsheet, found here:
http://www.cs.jhu.edu/~jason/papers/eisner.hmm-viterbi.xls 

which is described here:
http://www.cs.jhu.edu/~jason/papers/eisner.tnlp02.pdf

vtag.py will run on the entraining/entest/endev data.

About

HMM POS tagger that uses Viterbi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages