Skip to content

Part-of-speech tagging using hidden Markov model

Notifications You must be signed in to change notification settings

hoangperry/POS-Tagger

Repository files navigation

POS-tagger-HMM

Part-of-speech tagging using hidden Markov model

Usage

HMM

Train

python3 hmm_train.py

Predict text line by line

python3 hmm_run.py

CRF

Train

python3 crf_train.py

Predict text line by line

python3 crf_run.py

About

Part-of-speech tagging using hidden Markov model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published