Skip to content

In this notebook, I'll use the Pomegranate library to build a hidden Markov model for part of speech tagging with a universal tagset.

Notifications You must be signed in to change notification settings

abdelrhmanwahdan/hmm-tager

Repository files navigation

HMM Tagger

In this notebook, I'll use the Pomegranate library to build a hidden Markov model for part of speech tagging with a universal tagset. Hidden Markov models have been able to achieve >96% tag accuracy with larger tagsets on realistic text corpora. Hidden Markov models have also been used for speech recognition and speech generation, machine translation, gene recognition for bioinformatics, and human gesture recognition for computer vision, and more.

About

In this notebook, I'll use the Pomegranate library to build a hidden Markov model for part of speech tagging with a universal tagset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published