| EditDistance |
|
| IntersectionResult |
Represents the intersection result between two sets.
|
| LevenshteinDetailedDistance |
An algorithm for measuring the difference between two character sequences.
|
| LevenshteinDistance |
An algorithm for measuring the difference between two character sequences using the Levenshtein
Distance.
|
| LevenshteinResults |
Container class to store Levenshtein distance between two character sequences.
|
| ObjectSimilarityScore |
Scores the similarity between two Objects of the same type.
|
| SimilarityInput |
An ordered input of elements used to compute a similarity score.
|
| SimilarityScore |
Scores CharSequence similarity, like a String.
|