StringSimilarity.NET icon indicating copy to clipboard operation
StringSimilarity.NET copied to clipboard

Jaro-Winkler compare strings with 2 and 3 chars

Open RNGIllSkillz opened this issue 3 years ago • 0 comments

var l = new JaroWinkler(); Console.WriteLine(l.Similarity("!EZ", "EZ")); will print 0

RNGIllSkillz avatar Dec 18 '21 17:12 RNGIllSkillz