mdiff
Package for finding difference between two input sequences with ability to detect sequence elements displacements. (by m-matelski)
TextDistance
📐 Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage. (by life4)
mdiff | TextDistance | |
---|---|---|
1 | 6 | |
31 | 3,454 | |
- | 0.6% | |
2.6 | 5.6 | |
almost 3 years ago | 6 months ago | |
Python | Python | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
mdiff
Posts with mentions or reviews of mdiff.
We have used some of these posts to build our list of alternatives
and similar projects.
-
mdiff - generating diff with block move detection
mdiff is a package for comparing and generating diff for input sequences. It can detect sequence elements displacements (i.e. line in text have been moved up or down).
TextDistance
Posts with mentions or reviews of TextDistance.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-10.
- textdistance: Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.
-
Near duplicate image detection
Now let's compare the hash to all the image hashes using Levenshtein distance. We'll use the textdistance library for that.
- life4/textdistance: Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.
- Textdistance: Compute distance between sequences with 30 algorithms
What are some alternatives?
When comparing mdiff and TextDistance you can also consider the following projects:
dunk - Prettier git diffs in the terminal 🎨
jellyfish - 🪼 a python library for doing approximate and phonetic matching of strings.
pytest-clarity - A plugin to improve the output of pytest with colourful unified diffs
fuzzywuzzy - Fuzzy String Matching in Python
jsondiff - Diff JSON and JSON-like structures in Python
pydantic - Data validation using Python type hints