Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 427 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 427 Bytes

HMM-POS-Tagger

Part-of-Speech Tagging with Trigram Hidden Markov Models and the Viterbi Algorithm

This repository contains my implemention of supervised part-of-speech tagging with trigram hidden markov models using the viterbi algorithm and deleted interpolation in Python.

Check out my blog post here!