-
Notifications
You must be signed in to change notification settings - Fork 124
Closed
Description
Hey
Thank you for the package! It's really amazing!
I'm wondering if it's possible to use words instead of characters in Levenshtein and Damerau-Levenshtein methods?
Result of a code below is 10:
from similarity.levenshtein import Levenshtein
print(Levenshtein().distance('Hello world', 'Hello brave new world'))
But if I use words instead of characters in the algorithm, I get 2 (insert 'brave', insert 'new').
Is it possible?
Metadata
Metadata
Assignees
Labels
No labels