|
Get SteelArrow!
|
|
|
|
fuzziness
|
|
|
|
|
|
|
Return to Function List |
|
Returns the 'fuzziness' between two strings. Based on the Levenshtein algorithm to calculate the
distance between two strings. The algorithm calculates the minimal number of character inserts,
changes and deletes to create one string from the other.
|
|
Syntax |
fuzziness( string1, string2 )
|
string1 |
Word to compare against string2 |
string2 |
Word to compare against string1 |
|
|
|
|
|
|
|
|