@technobuddha > library > String
Fuzzy Match
| Name | Type | Description |
|---|---|---|
| diceCoefficient | Function | Compute the dice coefficient measure of similarity between two strings |
| DiceCoefficientOptions | Type | Options for the diceCoefficient function |
| fuzzyMatch | Function | Computes a fuzzy similarity score between two strings using a weighted combination of Levenshtein distance, Dice coefficient, and longest common substring metrics. |
| FuzzyMatchOptions | Type | Options for the fuzzyMatch function |
| levenshteinDistance | Function | Compute the levenshtein distance between two strings (similarity) |
| LevenshteinDistanceOptions | Type | Options for the levenshteinDistance function |
| longestCommonSubstring | Function | Implementation of Longest Common Substring algorithm. |
| LongestCommonSubstringOptions | Type | Options for configuring the longest common substring calculation. |