kdjones / fuzzystring

Approximate String Comparision in C#
Eclipse Public License 1.0
197 stars 53 forks source link

Tanimoto Coefficient doesn't work properly for the equal strings. #15

Open AvilinTsimafei opened 6 years ago

AvilinTsimafei commented 6 years ago

Tanimoto Coefficient doesn't work properly for the equal strings. For example if we use "kevin" and "kevin" it returns 0.2