jhvst / go-jaro-winkler-distance

Jaro-Winkler distance in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Result is wrong

No6things opened this issue · comments

jwd.Calculate("dakota steakhouse", "amelie bar bistro") // -0.12

The result isn't the expected, should return 0.51

I agree that negative values should not be returned. This was fixed today: 3267137