Numerical mapping of states: S=1,A=2,W=3;H=1,R=2;F=3


trans_prob(i,j)(ith row, jth column) = P(C^{t+1}=j|C^{t}=i) for all t>=1

0.8,0.18,0.02
0.15,0.7,0.15
0.25,0.05,0.7

emit_prob(i,j) = P(O^{t}=j|C^{t}=i)

0.5, 0.45, 0.05
0.3, 0.4, 0.3
0.0001, 0.2499, 0.75
