distance.Jaro("\u2639", "\u263a") returns 5/9, rather than 0
This seems to stem from the inconsistent use of len(a) and a[ia] (which count and access bytes, respectively) with range a (which iterates over runes).
Argh! On it!
On Mon, Jan 23, 2017 at 12:58 PM, Matthew Dempsky [email protected] wrote:
This seems to stem from the inconsistent use of len(a) and a[ia] (which count and access bytes, respectively) with range a (which iterates over runes).
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MichaelTJones/distance/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AHgypVYw4B0HXL7DBr4nWvbZccM5wZ7Lks5rVOpZgaJpZM4LrWjc .
-- Michael T. Jones [email protected]