stathwang / POS-Taggers

Part-of-Speech Tagging Models in Python
https://stathwang.github.io/part-of-speech-tagging-with-trigram-hidden-markov-models-and-the-viterbi-algorithm.html
MIT License
15 stars 5 forks source link
deleted-interpolation hidden-markov-model n-grams natural-language-processing part-of-speech-tagger python viterbi-algorithm

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!