mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-07-27 03:10:04 +02:00
🧹 dinglehopper: Directly import levenshtein() from rapidfuzz
This commit is contained in:
parent
5d496df267
commit
3ee688001a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from multimethod import multimethod
|
||||||
|
|
||||||
import uniseg.wordbreak
|
import uniseg.wordbreak
|
||||||
|
|
||||||
from .edit_distance import levenshtein
|
from rapidfuzz.string_metric import levenshtein
|
||||||
from . import ExtractedText
|
from . import ExtractedText
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue