An implementation of the HMM Viterbi Algorithm for POS-tagging.
hmmmodel.txt
contains the HMM model
Install requirements
pip install -r requirements.txt
Run and provide interactive input
python decode.py
Run from a test file containing a sentence
python decode.py < test.txt