StringDifference Class |
Namespace: SanteDB.Matcher.Util
The StringDifference type exposes the following members.
| Name | Description | |
|---|---|---|
| JaroWinkler |
Returns the Jaro-Winkler proximity of two strings
| |
| Levenshtein |
Calculate the levenshtein distance between strings
| |
| LevenshteinSimilarityTo |
Returns the similarty to two string using levenshtein
| |
| SimilarityTo |
Returns the similarty to
| |
| SorensenDice |
Calculates the sorensen dice coefficient between two strings
|