Various utilities regarding Levenshtein transducers. (Java)
-
Updated
Dec 20, 2021 - Java
A finite-state machine (FSM), finite-state automaton (FSA), or simply state machine is a mathematical model of computation and an abstract machine that can be in exactly one of a finite number of states at any given time.
The FSM can change from one state to another in response to some inputs; the change from one state to another is called a transition.
An FSM is defined by a list of its states, its initial state, and the inputs that trigger each transition.
In computer science, FSM are widely used in modeling of application behavior (control theory), design of hardware digital systems, software engineering, compilers, network protocols, and computational linguistics.
Various utilities regarding Levenshtein transducers. (Java)
A classic finite state automaton framework for JVM Applications (Android and jMonkeyEngine Applications).
μJS Finite-state Automata String Analyzer
MuJS static analyzer
Type-safe abstract trait recorder for 'finite state automata'-like agent
Contains coursework for the Theory Of Computation course offered at Shiv Nadar University.
Finite state automata library for abstract interpretation
library for directed graphs, finite state automata, and graph and FSA algorithms
The prize-winning Regular Language Visualizer
Tool for manipulating Regular Languages
Minimised State DFA - DFA