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
Copy file name to clipboardExpand all lines: _posts/2024-07-10-automata.md
-2
Original file line number
Diff line number
Diff line change
@@ -74,8 +74,6 @@ To the authors' knowledge, this is the only Python package implementing all of t
74
74
75
75

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
78
We wish to determine which strings in a given set are within the target edit distance
81
79
to a reference string. We will first initialize a DFA corresponding to a fixed set of target words
0 commit comments