Skip to content

Resh1992/POS-Tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

POS Tagger

We intend to implement bigram HMM POS tagger and calculate the Viterbi Matrix for the sentence: "learning changes throughly" using the following emission probabilities:

P(learning|V) = 0.003

P(changes|V) = 0.004

P(throughly|Adv) = 0.002

P(learning|N) = 0.001

P(changes|N) = 0.003

To run

python viterbi.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages