It's possible to generate a Levenshtein automaton in O(n), and to run
comparison with another string in O(n), for a fixed max edit distance.
This paper has more info:
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.16.652
Original issue reported on code.google.com by lar...@gmail.com on 2 Oct 2012 at 5:08
Original issue reported on code.google.com by
lar...@gmail.com
on 2 Oct 2012 at 5:08