Versions in this module Expand all Collapse all v0 v0.1.0 Dec 16, 2020 Changes in this version + func Hamming(a, b string) (int, error) + func Jaro(a, b string) float64 + func JaroWinkler(a, b string, boostThreshold float64, prefixSize int) float64 + func Soundex(s string) string + func Ukkonen(a, b string, icost, dcost, scost int) int + func WagnerFischer(a, b string, icost, dcost, scost int) int