indel_normalized_distance.Rd
Calculates the normalized insertion/deletion (Indel) distance between two strings.
indel_normalized_distance(s1, s2)
The first string.
The second string.
A numeric value between 0 and 1 representing the normalized Indel distance.
indel_normalized_distance("kitten", "sitting") #> [1] 0.3846154