Levenshtein-distance 7
Damn Cool Algorithms, Part 1: BK-Trees - Nick's Blog
december 2011 by chris_johnsen
An algorithm that can search for entries within a given metric space distance of the search object.
Example: search for words within a given Levenshtein distance of a given word
data-structure
algorithm
search
Levenshtein-distance
metric-space
via:Hacker-News
Example: search for words within a given Levenshtein distance of a given word
december 2011 by chris_johnsen
[1109.5635] Approximating Edit Distance in Near-Linear Time
october 2011 by Vaguery
"We show how to compute the edit distance between two strings of length n up to a factor of 2^{~O(sqrt(log n))} in n^(1+o(1)) time. This is the first sub-polynomial approximation algorithm for this problem that runs in near-linear time, improving on the state-of-the-art n^(1/3+o(1)) approximation. Previously, approximation of 2^{~O(sqrt(log n))} was known only for embedding edit distance into l_1, and it is not known if that embedding can be computed in less than quadratic time."
algorithms
string-editing
Levenshtein-distance
rewriting-systems
bioinformatics
nudge-targets
october 2011 by Vaguery
Levenshtein Distance
march 2008 by thijsniks
Levenshtein distance (LD) is a measure of the similarity between two strings, which we will refer to as the source string (s) and the target string (t). The distance is the number of deletions, insertions, or substitutions required to transform s into t.
levenshtein-distance
algorithme
computer
demo
data
spellingscontrole
march 2008 by thijsniks
Copy this bookmark: