So, I have used this library for my workflow to match a bunch of pairs of strings. But this whenever I run the script the output results varies ! How can this be possible shouldn't the levenshtein distance between two strings is always constant (matching the order of the strings) ?
So, I have used this library for my workflow to match a bunch of pairs of strings. But this whenever I run the script the output results varies ! How can this be possible shouldn't the levenshtein distance between two strings is always constant (matching the order of the strings) ?