Description Usage Arguments Value Author(s) Examples
Calculate the similarity for two strings str_1
and str_2
based
on the Levenshtein distance
1 | levenshtein(str_1, str_2)
|
str_1 |
first string for calculating the similarity |
str_2 |
second string for calculating the similarity |
the similarity based on the Levenshtein distance between the specified strings
Daniel Rodriguez Perez
1 | levenshtein('saturday', 'sunday')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.