Metadata-Version: 2.1
Name: superminhash
Version: 0.1.0
Summary: A SuperMinHash implementation
Home-page: http://github.com/fantasticfears/superminhash
Author: nnnet
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.10)
Requires-Dist: scikit-learn (>=0.20)

# SuperMinHash, Simhash and SimhashIndex

## SuperMinHash

A New Minwise Hashing Algorithm for Jaccard Similarity Estimation

This is an implementation of [Otmar Ertl's paper](https://arxiv.org/pdf/1706.05698.pdf) with the same title.
The implementation is still in progress but almost there...

It is fork to Python from Go (source https://github.com/seiflotfy/superminhash)

## Simhash and SimhashIndex

It is fork and redesign (source https://github.com/leonsim/simhash)


