/POS-Tagger-Hidden-Markov-Model

A Part of Speech Tagger using Hidden Markov Model

Primary LanguagePython

A POS Tagger implemented with Hidden Markov Model

Credits - NUS CS4248 AY1819 Sem 1 (Prof Ng Hwee Tou) - For the dataset and the project assignment

A project for a course module I took. It has implementation of different smoothing techniques:

  1. Laplace
  2. Kneser Ney
  3. Kneser Ney with interpolation

Usage

See build_run_eval.sh for example