You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following example is inspired by the use case described in @Johnson_2010.
79
+
The following example is inspired by the use case described in [this blog post](http://blog.notdot.net/2010/07/Damn-Cool-Algorithms-Levenshtein-Automata).
80
80
We wish to determine which strings in a given set are within the target edit distance
81
81
to a reference string. We will first initialize a DFA corresponding to a fixed set of target words
82
82
over the alphabet of all lowercase ascii characters.
0 commit comments