package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
Difference convert source and target to their Soundex codes and then reports the number of matching code positions.
No description provided by the author
LevenshteinDistance is the standard Levenshtein distance where the cost of insertion, deletion and substitution are all one.
LevenshteinDistanceWithCost calculates the Levenshtein distance between source and target.
No description provided by the author
Soundex convert source to its Soundex code.