Perceptual hash function for text

Does anyone know a simple hash perception algorithm for text? I took a look at the pHash function ph_texthash, but I need a simpler algorithm. Preferably in Python. Thank!

+5
source share
1 answer

Blog post about perceptual hash functions (in the context of visualization):

and some related Python code (working with images, not text, but can be adaptable):


Perceptual Hashing of Textual Content, ( , , , , ,...), , .

,

- . , , ( , )

+3

All Articles