Skip to content

asherbar/MEMM-Viterbi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

MEMM-Viterbi

My implementation of the Viterbi algorithm using the MEMM model for the NLP sequence tagging problem.

Implemented in Python3 and uses sklearn implementation of LogisticRegression for training and predictions. Exposes one class: MemmViterbi that has two public APIs: train for training the model and predict for predicting the sequence tag of the given sentence.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages