https://github.com/kiyoka/fuzzy-string-match
require ‘fuzzystringmatch’ jarow = FuzzyStringMatch::JaroWinkler.create( :native ) p jarow.getDistance( “jones”, “johnson” )
require ‘fuzzystringmatch’ jarow = FuzzyStringMatch::JaroWinkler.create( :native ) p jarow.getDistance( “jones”, “johnson” )