Skip to content

Optimal String Alignment Distance

Purpose of the Node

This node is designed to calculate the Optimal String Alignment distance between two input strings. It utilizes the strsim::osa_distance function to determine the minimal number of single-character edits required to change one string into the other.

Pins

Pin NamePin DescriptionPin TypeValue Type
string1The first string for comparison.InputString
string2The second string for comparison.InputString
distanceThe calculated Optimal String Alignment distance.OutputFloat