edit_distance 0.4.0
edit_distance: ^0.4.0 copied to clipboard
Implementation of string distance algorithms.
Changelog #
0.4.0 #
- Update to Dart 2.x
- Remove the quiver_iterable dependency and replace it with reduce and min from the built-in math library.
0.3.0 #
- Add
JaccardandCombinedJaccard.
0.2.1 #
- Turn on strong mode
- Fix a bug:
JaroWinklermistakenly used / operator where ~/ is required.
0.2.0 #
- Add
JaroWinklerandLongestCommonSubsequence. - Add
NormalizedStringDistancewhosenormalizedDistancemethod returns a similarity between 0.0 (exact same) and 1.0 (completely different).
0.1.0 #
- Initial version