Update edit.jl

compathelper/new_version/2020-05-20-12-03-08-092-188304956
matthieugomez 2020-02-19 08:42:17 -05:00
parent 8965d2e9a3
commit acded3bf2a
1 changed files with 1 additions and 1 deletions

View File

@ -125,8 +125,8 @@ the restriction that no substring is edited more than once. So for example, "CA"
distanceof 2 by a complete application of Damerau-Levenshtein, but a distance of 3 by this method that
uses the optimal string alignment algorithm. In particular, the restricted distance does not satisfy
the triangle inequality.
"""
struct DamerauLevenshtein <: SemiMetric end
## http://blog.softwx.net/2015/01/optimizing-damerau-levenshtein_15.html