4 mars 2023 à 18h16
purpose | determine the Levenshtein distance of the input title(s) and a given string |
---|---|
input | a selection of titles |
parameter | S =a string |
output | the Levenshtein distance between the input title(s) and S |
Learn more about how to use Filters
Depuis : 5.2.6
The Levenshtein distance is a metric for measuring the difference between two strings. Informally, the Levenshtein distance between two strings is the minimum number of single-character edits required to change one string into the other.