문제

I'm looking for a Nilsimsa or some other LSH function implementation in Java, for detecting similar strings in a stream of incoming strings.

Doesn't seem reasonable that there is no public implementation of it, and I hate re-inventing the wheel.

Thanks!

도움이 되었습니까?

해결책

There is a port of the Python Nilsimsa code here.

다른 팁

you can find One LSH implementation in TarsosLSH.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top