Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 273 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 273 Bytes

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