# POS-Taggers **Repository Path**: greitzmann/POS-Taggers ## Basic Information - **Project Name**: POS-Taggers - **Description**: Part-of-Speech Tagging Models in Python - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://stathwang.github.io/part-of-speech-tagging-with-trigram-hidden-markov-models-and-the-viterbi-algorithm.html)!