package
0.50.10
Repository: https://github.com/moov-io/watchman.git
Documentation: pkg.go.dev

# Functions

BestPairsJaroWinkler compares a search query to an indexed term (name, address, etc) and returns a decimal fraction score.
jaroWinkler runs the similarly named algorithm over the two input strings and averages their match percentages according to the second string (assumed to be the user's query) Terms are compared between a few adjacent terms and accumulate the highest near-neighbor match.
No description provided by the author