| Modifier and Type | Class and Description |
|---|---|
class |
DiceCoefficientStrategy
A strategy that uses the Dice's Coefficient to calculate the similarity of two strings.
|
class |
JaroStrategy
A strategy that uses the Jaro Distance to calculate the similarity of two strings.
|
class |
JaroWinklerStrategy
A strategy that uses the Jaro-Winkler Distance to calculate the similarity of two strings.
|
class |
LevenshteinDistanceStrategy
A strategy that uses the Levenshtein's Distance to calculate the edit distance of two strings.
|
| Constructor and Description |
|---|
StringSimilarityServiceImpl(SimilarityStrategy strategy)
Creates a similarity calculator instance.
|
Copyright © 2016. All rights reserved.