Fuzzy match book titles to eliminate duplicates
Titles with a Levenshtein ratio of 70% or greater are considered duplicates.
Showing
... | ... | @@ -11,4 +11,5 @@ PyYAML==3.12 |
rsa==3.4.2 | ||
six==1.10.0 | ||
uritemplate==3.0.0 | ||
goodreads==0.3.2 | ||
\ No newline at end of file | ||
goodreads>=0.3.2 | ||
python-Levenshtein>=0.12.0 |
Please
register
or
sign in
to comment