line 46 of hmm_train.py: outpout_str.append('S') should be: outpout_str.append('E')
line 46 of hmm_train.py:
outpout_str.append('S')
should be:
outpout_str.append('E')