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