mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 03:40:12 +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
|
||||
|
||||
from .edit_distance import levenshtein
|
||||
from rapidfuzz.string_metric import levenshtein
|
||||
from . import ExtractedText
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue