Skip to content

matalvepu/HMM-Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HMM-Decoder

Author: Md Kamrul Hasan Email: [email protected] Date: 9/7/2017

================================================================================================== Description: Implementation of the HMM decoder for Parts of Speech Tagging

I did it as a part of homework problem in the Statistical Speech and Language Processing class taught by Prof Daniel Gildea (https://www.cs.rochester.edu/~gildea/) in Fall 2017.

================================================================================================== Instruction to run:

python viterbi_final.py train test

It takes around 8 minutes to complete

==================================================================================================

Preprocessing: I have preprocessed all the transition probability, emission probability and intitial state distribution in preprocessing step. I used log technique to avoid floating precision problem. I also used smoothing tehcnique to handle unseen tag or word in test file.

Accuray: 94 %

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages