Pergunta

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!

Foi útil?

Solução

There is a port of the Python Nilsimsa code here.

Outras dicas

you can find One LSH implementation in TarsosLSH.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top