|
|
|
|
|
by lorenzhs
4030 days ago
|
|
You implemented an automaton that computes Levenshtein distances. However, Levenshtein automata are quite different from what you describe. Your automaton executes the basic Wagner-Fischer / Needleman-Wunsch / ... algorithm. Btw, see also https://news.ycombinator.com/item?id=9698785 for another discussion on basically the same problem. |
|