HMM is a library for creating and manipulating Hidden Markov Models. It contains implementations of the forward algorithm and Viterbi's algorithm. It is still experimental, but I hope it can be of some interest or use. http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmm-0.1 --Max