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