cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Damerau–Levenshtein distance
Damerau–Levenshtein distance
Jun 18, 2016 at 5:38am UTC
giotbge
(2)
Can anyone indicate where I can find code to calculate Damerau–Levenshtein distance for two strings.
many thanks
Last edited on
Jun 18, 2016 at 5:39am UTC
Jun 18, 2016 at 1:55pm UTC
JLBorges
(13770)
https://en.wikipedia.org/wiki/Damerau-Levenshtein_distance#Distance_with_adjacent_transpositions
Jun 18, 2016 at 2:56pm UTC
closed account (
48T7M4Gy
)
Without warranty:
https://ideone.com/fork/pp5TH5
http://stackoverflow.com/questions/10727174/damerau-levenshtein-distance-edit-distance-with-transposition-c-implementation
Topic archived. No new replies allowed.