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:
- Laplace
- Kneser Ney
- Kneser Ney with interpolation
See build_run_eval.sh
for example