You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Hidden Markov Model in Python, which can, given a list of words, iterate to the point of convergence, learning to separate vowels and consonants into two different states. It also implements the Viterbi Path Algorithm