/LSH

Measuring document similarity with Locality Sensitive Hashing

Primary LanguageCOtherNOASSERTION

LSH - Locality Sensitive Hashing for Documents

Computes document similarity using locality sensitive hashing.

An example of how to use the code is provided in lsh_example.cpp

$ make 
$ ./lsh_example -n3 -d./doc_files/

Copyright

Copyright 2017, Roberto Perdisci See LICENSE file.

Notice that the implementation of xxHash is by Yann Collet and the related files come with their own LICENSE

References