1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 03:40:12 +02:00
dinglehopper/qurator
Gerber, Mike 58ff140bc0 ️ dinglehopper: Improve performance by caching the Levensthein matrix
Motivated by [a pull
request](https://github.com/qurator-spk/dinglehopper/pull/7) by
@JKamlah, implement a cache of the Levensthein matrix calculation.

We calculated the Levenshtein matrixes for characters and words twice:
Once for the error rates, once for the alignment.
2019-11-18 15:33:17 +01:00
..
dinglehopper ️ dinglehopper: Improve performance by caching the Levensthein matrix 2019-11-18 15:33:17 +01:00
__init__.py ➡ Move dinglehopper into its own directory 2019-08-14 15:32:50 +02:00