Open Source Text Processing Project: Matlab-HMM

Hidden Markov Model (HMM) Toolbox for Matlab Project Website: http://www.cs.ubc.ca/~murphyk/Software/HMM/hmm.html Github Link: https://github.com/probml/pmtk3 Description This toolbox supports inference and learning for HMMs with discrete outputs (dhmm’s), Gaussian outputs (ghmm’s), or mixtures of Gaussians output (mhmm’s). The Gaussians can be full, … Continue reading

Open Source Text Processing Project: Jahmm

Jahmm: An implementation of Hidden Markov Models in Java Project Website: https://code.google.com/archive/p/jahmm/ Github Link: https://github.com/KommuSoft/jahmm Description Jahmm (pronounced “jam”), is a Java implementation of Hidden Markov Model (HMM) related algorithms. It’s been designed to be easy to use (e.g. simple … Continue reading

Open Source Text Processing Project: UMDHMM

UMDHMM: Hidden Markov Model Toolkit Project Website: http://www.kanungo.com/software/software.html#umdhmm Github Link: None Description Hidden Markov Model (HMM) Software: Implementation of Forward-Backward, Viterbi, and Baum-Welch algorithms. The software has been compiled and tested on UNIX platforms (sun solaris, dec osf and linux) … Continue reading