Skip to content

sankyfox/HMM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

HMM

This program implements a partially supervised model for tagging using HMM and forward-backward algorithm.

Data

The data is available at http:https://www.cs.jhu.edu/~jason/465/hw-hmm/data/

Usage

python HMMem.py <train_file> <test_file> <raw_file>

Reference

Eisner, Jason. "An interactive spreadsheet for teaching the forward-backward algorithm." Proceedings of the ACL-02 Workshop on Effective tools and methodologies for teaching natural language processing and computational linguistics-Volume 1. Association for Computational Linguistics, 2002.