simhash
simhash copied to clipboard
A library to find the percentage of similarity between two given strings (can be expanded to compare every thing!).
Results
2
simhash issues
Sort by
recently updated
recently updated
newest added
Hi Could I ask you what algorythm simbash uses to do its calculation ? Is it calculating the levenshtein distance?
needle := "abc" hayStack := "def" strings with size 4 are generating hash value of 0 (seems its becasuse of chunk size)