/part-of-speech-tagger

Part of speech tagger using different techniques.

Primary LanguageJupyter NotebookMIT LicenseMIT

Introduction

We used 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.