Skip to content

Added SIFT4 #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 25, 2020
Merged

Added SIFT4 #23

merged 1 commit into from
Sep 25, 2020

Conversation

matthijsz
Copy link
Contributor

I've added a Python implementation of SIFT4 as described here:
https://siderite.dev/blog/super-fast-and-accurate-string-distance.html/
The code included in this fork is a Python translation of the JavaScript code for Extended/General SIFT4 described on the website.
Usage is similar to the existing methods of the package, i.e.:
a = SIFT4()
a.distance('abcdef', 'bcdea')

@luozhouyang luozhouyang merged commit 7176567 into luozhouyang:master Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants