You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
4 years ago
..
dinglehopper Switch from custom Levenshtein to python-Levenshtein 4 years ago
__init__.py 🎨 dinglehopper: Reformat using black 5 years ago