Implementation of the Viterbi algorithm, a dynamic program that is a common decoder for Hidden Markov Models (HMMs). - smenon2/hw6-hmm-viterbi-shreya ...
This project implements a robust Part-of-Speech (POS) tagger from scratch using a Hidden Markov Model (HMM) framework. It explores and compares three n-gram models (Unigram, Bigram, and Trigram) to ...