1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-19 16:49:59 +02:00
dinglehopper/qurator
Benjamin Rosemann e371da899e Switch from custom Levenshtein to python-Levenshtein
As the distance and editops calculation is a performance bottleneck in
this application we substituted the custom Levenshtein implementation to
the C implementation in the python-Levenshtein package.

We now also have separate entrypoints for texts with unicode normalization
and without because this also can be done more efficiently once upon
preprocessing.
2021-02-16 11:26:02 +01:00
..
dinglehopper Switch from custom Levenshtein to python-Levenshtein 2021-02-16 11:26:02 +01:00
__init__.py 🎨 dinglehopper: Reformat using black 2020-11-10 12:29:55 +01:00