Package Usage: go: github.com/go-dedup/simhash
simhash package implements Charikar's simhash algorithm to generate a 64-bit
fingerprint of a given document.
simhash fingerprints have the property that similar documents will have a similar
fingerprint. Therefore, the hamming distance between two fingerprints will be small
if the documents are similar
for standalone test, change package to `main` and the next func def to,
func main() {
1 version
Latest release: almost 8 years ago
14 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/go-dedup/simhash