edit_distance
Implementation of string distance algorithms for advanced text comparison.
0.4.1
3.0K downloads/mo
#4630 most downloaded on pub.dev
kseo/edit_distance
What this package is like to depend on
Last release 6 years ago
no release in 18 months
Release timing varies
gaps range from 1 weeks to 2.7 years
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
10 years old
7 releases · first in 2016
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Sep 2016 to Jan 2021
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 7-
0.5.0-nullsafety.007 Jan 2021 pre-release -
0.4.106 Aug 2019 -
0.4.005 Aug 2019Release notes
Open source →- 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.013 Nov 2016 -
0.2.103 Nov 2016Release notes
Open source →- Turn on strong mode
- Fix a bug:
JaroWinklermistakenly used / operator where ~/ is required.
-
0.2.004 Oct 2016Release notes
Open source →- Add
JaroWinklerandLongestCommonSubsequence. - Add
NormalizedStringDistancewhosenormalizedDistancemethod returns a similarity between 0.0 (exact same) and 1.0 (completely different).
- Add
-
0.1.028 Sep 2016