Skip to content

Part of speech tagging using Viterbi Algorithm.

Notifications You must be signed in to change notification settings

nikhilsu/pos-tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages