Expand description
SimHash algorithm and sliding window utilities.
Implements the SimHash similarity-preserving hash and sliding window
n-gram generation, ported from iscc-core simhash.py and utils.py.
Functionsยง
- alg_
simhash - Compute a SimHash from a sequence of equal-length hash digests.
- sliding_
window - Generate sliding window n-grams from a string.