Skip to content

This repository contains a Hidden Markov Model for Speech Tagging in Python.

License

Notifications You must be signed in to change notification settings

cseHdz/HMM-Tagger

Repository files navigation

Project Overview

This project contains the solution for Udacity's Hidden Markov Model Tagger Exercise under the Artificial Intelligence Nanodegree. The detailed instructions from the Assignment are below.

Introduction

This project uses 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.

Evaluation

The project rubric can be found here.

About

This repository contains a Hidden Markov Model for Speech Tagging in Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published