1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-07 19:05:13 +02:00

Merge pull request #101 from sadra-barikbin/patch-1

Fix a tiny typo in Levenshtein notebook
This commit is contained in:
Mike Gerber 2023-12-21 17:31:25 +01:00 committed by GitHub
commit d3fb3f96cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"dinglehopper uses to have its own (very inefficient) Levenshtein edit distance implementation, but now uses RapidFuzz." "dinglehopper used to have its own (very inefficient) Levenshtein edit distance implementation, but now uses RapidFuzz."
] ]
}, },
{ {