DiceCoefficient algorithm. The DiceCoefficient algorithm is a method for finding the similarity between two strings.
https://en.wikipedia.org/wiki/S%C3%B8rensen%E2%80%93Dice_coefficient
Private
Calculate the similarity between two strings.
The initial string.
The resulting string.
a number between 0 and 1 that represents the similarity between two strings.
The method is not supported for this algorithm.
an exception because this algorithm doesn't have support for the method.
DiceCoefficient algorithm. The DiceCoefficient algorithm is a method for finding the similarity between two strings.
See
https://en.wikipedia.org/wiki/S%C3%B8rensen%E2%80%93Dice_coefficient