edit_distance 0.2.1
edit_distance: ^0.2.1 copied to clipboard
Implementation of string distance algorithms.
Changelog #
0.2.1 #
- Turn on strong mode
- Fix a bug:
JaroWinkler
mistakenly used / operator where ~/ is required.
0.2.0 #
- Add
JaroWinkler
andLongestCommonSubsequence
. - Add
NormalizedStringDistance
whosenormalizedDistance
method returns a similarity between 0.0 (exact same) and 1.0 (completely different).
0.1.0 #
- Initial version