0.0.2 • Published 8 years ago

weighted-fsm-js v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Overview

The goal of this project is a framework for (weighted) fine state automata and transducers in Javascript with all algorithms of this paper implemented:

Mehryar Mohri - Weighted Automata Algorithms

(Quite?) All operations are already implemented, however maybe not in the most efficient way. Current goal is to write a regex parser creating FSMs in order to have a dynamic demo / tutorial for FSM operations.

Current Demo is static.

Thanks to Paul Dixon for fixing some bugs to make this work with the JScript .NET compiler.

Prerequisites

The library itself only uses

  • Javascript 1.7

The demo needs additionally