Frage

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!

War es hilfreich?

Lösung

There is a port of the Python Nilsimsa code here.

Andere Tipps

you can find One LSH implementation in TarsosLSH.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top