textdistance
Sequence distance library
A Python library for comparing distances between sequences using various algorithms.
📐 Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.
3k stars
64 watching
251 forks
Language: Python
last commit: 6 months ago
Linked from 2 awesome lists
algorithmalgorithmsdamerau-levenshteindamerau-levenshtein-distancediffdistancedistance-calculationhamming-distancejellyfishlevenshteinlevenshtein-distancepythontextdistance
Related projects:
Repository | Description | Stars |
---|---|---|
| A Java library implementing various string similarity and distance measures. | 2,697 |
| Library for comparing sequences of characters with various distance metrics. | 117 |
| Fast string computation and similarity functions for text analysis | 1,265 |
| A fast implementation of Levenshtein distance for calculating string similarity | 664 |
| An implementation of various algorithms and data structures in Python. | 3,053 |
| A comprehensive Go library for calculating string similarity and edit distances between strings | 488 |
| Fast string edit distance computation using the Damerau-Levenshtein algorithm | 150 |
| Calculates edit distance between two strings using the Damerau-Levenshtein algorithm | 145 |
| A .NET port of Java string similarity library implementing various distance and similarity measures | 452 |
| Provides functions to calculate distances between points and lines in 2D and 3D spaces | 62 |
| Calculates similarity between chemical compositions based on the minimal work required to transform one distribution into another. | 31 |
| A collection of edit distance algorithms and similarity measures for text sequences | 16 |
| Calculates the difference between two strings using the Levenshtein distance algorithm | 7 |
| An implementation of the Jaro-Winkler distance algorithm to compare strings | 195 |
| A utility extension for computing string similarities between two sequences using the Levenshtein distance algorithm | 15 |