cseHdz / HMM-Tagger

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:HTML 82.3%Language:Jupyter Notebook 17.0%Language:Python 0.7%