Skip to content
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

use rapidfuzz instead of fuzzywuzzy #1

Merged
merged 1 commit into from
Mar 26, 2020
Merged

use rapidfuzz instead of fuzzywuzzy #1

merged 1 commit into from
Mar 26, 2020

Conversation

maxbachmann
Copy link
Contributor

FuzzyWuzzy is GPLv2 licensed which would force you to licence the whole project under GPLv2.
For this reason this Pullrequest replaces FuzzyWuzzy with rapidfuzz which is implementing the same algorithm but is based on an old version of fuzzywuzzy that was MIT Licensed.
Rapidfuzz is:

  • Mit licensed so it can be used with the license used by this project
  • Is faster than FuzzyWuzzy

@samapriya samapriya merged commit 4c23ea7 into samapriya:master Mar 26, 2020
@samapriya
Copy link
Owner

Thank you @maxbachmann
I will merge and re-release as v0.0.4 and thanks for working with the open license version of fuzzy-wuzzy in the rapidfuzz implementation.

samapriya added a commit that referenced this pull request Mar 26, 2020
Replaced fuzzywuzzy with [rapidfuzz](#1) for string match
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