tad-lispy / node-damerau-levenshtein

Damerau - Levenstein distance function for node
BSD 2-Clause "Simplified" License
46 stars 10 forks source link

Two identical strings have similarity 0 #4

Closed tad-lispy closed 8 years ago

tad-lispy commented 8 years ago

Retported via e-mail:

@1.0.1 when comparing two identical strings, the result is now similarity: 0 expected is similarity: 1

this is a regression right?

tad-lispy commented 8 years ago

This is a regression indeed. In v. 1.0.0 the result has similarity: 1.

Could you please take a look @g-adolph?

tad-lispy commented 8 years ago

Fixed in 1.0.2.