HMM.js
HMM implementation absed on Viterbi alghoritms
About
A JavaScript library by Roman Bartusiak.
Current Version: 0.0.5
Installation
Using Bower:
bower install hmm.js
Or grab the source (minified).
Usage
Basic usage is as follows:
var hmm=new HMM(config);
License
MIT. See LICENSE.txt in this directory.