Skip to content

@technobuddha > library > String

Fuzzy Match

NameTypeDescription
diceCoefficientFunctionCompute the dice coefficient measure of similarity between two strings
DiceCoefficientOptionsTypeOptions for the diceCoefficient function
fuzzyMatchFunctionComputes a fuzzy similarity score between two strings using a weighted combination of Levenshtein distance, Dice coefficient, and longest common substring metrics.
FuzzyMatchOptionsTypeOptions for the fuzzyMatch function
levenshteinDistanceFunctionCompute the levenshtein distance between two strings (similarity)
LevenshteinDistanceOptionsTypeOptions for the levenshteinDistance function
longestCommonSubstringFunctionImplementation of Longest Common Substring algorithm.
LongestCommonSubstringOptionsTypeOptions for configuring the longest common substring calculation.