| Interface | Description |
|---|---|
| SimilarityStrategy | |
| StringSimilarityService |
A service that performs string similarity calculations.
|
| Class | Description |
|---|---|
| AscendingSimilarityScoreComparator |
A comparator that allows SimilarityScore to be sorted in
ascending order.
|
| DescendingSimilarityScoreComparator |
A comparator that allows SimilarityScore to be sorted in
descending order.
|
| DiceCoefficientStrategy |
A strategy that uses the Dice's Coefficient to calculate the similarity of two strings.
|
| JaroStrategy |
A strategy that uses the Jaro Distance to calculate the similarity of two strings.
|
| JaroWinklerStrategy |
A strategy that uses the Jaro-Winkler Distance to calculate the similarity of two strings.
|
| LevenshteinDistanceStrategy |
A strategy that uses the Levenshtein's Distance to calculate the edit distance of two strings.
|
| SimilarityScore |
A value object contains a similarity score.
|
| StringSimilarityServiceImpl |
An implementation of StringSimilarityService.
|