seomoz / simhash-py

Simhash and near-duplicate detection
MIT License
408 stars 115 forks source link

seems like find_all return error #53

Open zyh3826 opened 2 years ago

zyh3826 commented 2 years ago
hashes= [193817277094257410, 193817277094257410, 10105197385570471215]
matches = simhash.find_all(hashes, 4, 3)
print(matches)

the result is an empty list [], seems like something wrong in the code