simhashphp icon indicating copy to clipboard operation
simhashphp copied to clipboard

SimHash similarities algorithm implementation for PHP

Results 5 simhashphp issues
Sort by recently updated
recently updated
newest added

@tgalopin, hi. Please review and merge to upstream.

At this moment library can't be properly installed in a case if `cocur/slugify` is also installed as dependency because [current requirement](https://github.com/tgalopin/simhashphp/blob/d51acef2e2f6c1d9ab74f992806432c859e37282/composer.json#L18) is simply `1.*` while [current version](https://github.com/cocur/slugify/releases) is `4.0` Since...

I have tried to tokenize (using other NLP tools) the Chinese articles and pass it into `FingerPrint->hash` function. I got two fingers: 0110010101101011111111100100110101011110000011101001000000000000 0111011101101011111100100100110111011110000001101011000000000000 index = 0.21626516682989 I don't understand...

hello I work with your NLP codes and I have a problem with them. when my text is not similar with my database so it shows similarity so my demo...

decbin does not work properly when using SIMHASH_128.