C# Class LevenshteinAutomaton.ParametricDescription

This class stores precompiled transition tables for universal deterministic Levenshtein automata (with transpositions) Tables are stored as a static fields Supported edit distances N are 1 and 2
Show file Open project: ibendrup/LevenshteinAutomaton