Min-Hash Simple Example
This is the first release of this python min-Hashing module, that can be used for simple and complicated tasks of similarity comparisons between objects.
What it contains
- Example of simple execution of the module, from generating min-Hash signatures to similarity calculations.
Supported Data Types
- Text documents
- Raw files (bytes)
(However, it is very easy to add support for additional data types by yourself. All the details for doing so are written inside the code)
Future Release
- Easy-to-Install .whl file, to be used in your python environment
- Supporting additional data types