Skip to content

Damerau-Levenshtein Distance

Purpose of the Node

The Damerau-Levenshtein Distance node calculates the similarity between two strings using the Damerau-Levenshtein algorithm. This algorithm is an extension of the Levenshtein distance that allows for transpositions (swapping of adjacent characters) in addition to insertions, deletions, and substitutions.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartInput - First StringStringString
StartInput - Second StringStringString
StartInput - NormalizeBooleanBoolean
EndOutput - DistanceFloatFloat