Longest circular co-substring LSH #382
alexklibisz
started this conversation in
Ideas
Replies: 1 comment
-
|
Closing as I don't plan to implement this. Anyone feel free to re-open and submit a PR if interested. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
See this paper: https://arxiv.org/pdf/2004.05345.pdf
This method isn't specific to any particular similarity.
Rather it's an alternative to the common pattern of having L hash values, each consisting of k concatenated hash values.
Results look very promising but I'm not 100% the indexing scheme is possible in Elasticsearch/Lucene.
Beta Was this translation helpful? Give feedback.
All reactions