Skip to content

Fixed Basic Version

Latest

Choose a tag to compare

@omrilahav omrilahav released this 16 Jul 21:12

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

  1. Example of simple execution of the module, from generating min-Hash signatures to similarity calculations.

Supported Data Types

  1. Text documents
  2. 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

  1. Easy-to-Install .whl file, to be used in your python environment
  2. Supporting additional data types