[ 源代码: textdistance ]
软件包:python3-textdistance(4.6.3-4)
Library for calculating distances between sequences
This Python library can calculate the distance between sequences or strings using over 30 algorithms. It is a pure Python implementation, but can make use of other libraries (listed as Suggests, some of which have compiled extensions) for increased speed.
其他与 python3-textdistance 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-levenshtein
- extension for computing string similarities and edit distances (Python 3)
-
- dep: python3-rapidfuzz
- Rapid fuzzy string matching library (Python library)
-
- sug: python3-jellyfish
- Library for approximate and phonetic matching of strings (Python 3)
-
- sug: python3-numpy
- Fast array facility to the Python language (Python 3)
-
- sug: python3-pylev
- pure Python Levenshtein implementation
-
- sug: python3-pyxdameraulevenshtein
- Fast Damerau-Levenshtein (DL) edit distance implementation