Skip to content

Uses Viterbi algorithm to classify text with their respective parts of speech tags. Consist of a learning module that calculates transition and emission probabilities of the training set and applies this model on the test data set. Unknown words of the test are given a fixed probability.

Notifications You must be signed in to change notification settings

anjaliunnikrishnan/ViterbiModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ViterbiModel

Uses Viterbi algorithm to classify text with their respective parts of speech tags. Consist of a learning module that calculates transition and emission probabilities of the training set and applies this model on the test data set. Unknown words of the test are given a fixed probability.

About

Uses Viterbi algorithm to classify text with their respective parts of speech tags. Consist of a learning module that calculates transition and emission probabilities of the training set and applies this model on the test data set. Unknown words of the test are given a fixed probability.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages