similarity

fun similarity(first: String, second: String): Double

Compute the Ratcliff-Obershelp similarity between strings.

Parameters

first

the first string to compare.

second

the second string to compare.