sorensenDice: Calculate Sorensen-Dice distance

Description Usage Arguments Value Author(s) Examples

View source: R/sorensenDice.R

Description

Calculate Sorensen-Dice distance for two strings str_1 and str_2

Usage

1
sorensenDice(str_1, str_2)

Arguments

str_1

first string or bigrams for calculating the distance

str_2

second string or bigram for calculating the distance

Value

the Sorensen-Dice distance between the specified strings

Author(s)

Daniel Rodriguez Perez

Examples

1
sorensenDice('saturday', 'sunday')

drodriguezperez/financialsanctions documentation built on May 17, 2019, 2:42 p.m.