See: Description
| Interface | Description |
|---|---|
| StringSimilarity |
Interface defining a method for computing string similarity.
|
| Class | Description |
|---|---|
| JaroWinkler |
Winkler's reweighting scheme for distance metrics.
|
| LCS |
Implementation of the Longest Common Subsequence algorithm.
|
| LetterEquivalence |
Letter equivalence for two strings.
|
| LetterPairSimilarity | |
| LevensteinDistance |
Computes the Levenstein edit distance between two strings.
|
Methods for computing the similarity of strings.