Skip to content

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