nikhilsu / pos-tagger

Part of speech tagging using Viterbi Algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POS Tagger

Implementing the Viterbi Algorithm in an HMM to predict the POS tag of a given word.

  • Using the BERP Corpus as the training data.
  • Implemented a baseline model which basically classified a word as a tag that had the highest occurrence count for that word in the training data.

More information

More info on the implementation here.

Run

python src/main.py

About

Part of speech tagging using Viterbi Algorithm.


Languages

Language:Python 100.0%