Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inplementation of NearDup(approximate match) #27

Closed
Yaoming95 opened this issue Mar 10, 2023 · 1 comment
Closed

Inplementation of NearDup(approximate match) #27

Yaoming95 opened this issue Mar 10, 2023 · 1 comment

Comments

@Yaoming95
Copy link

In the paper, you used two methods: suffix array for exact matches and Minhash for approximate matches.
Currently, the repo only contains a suffix array-based one. Kindly ask if you will release the implementation of the Minhash-based one for NearDup method in your paper.

@daphnei
Copy link
Collaborator

daphnei commented Mar 15, 2023

Unfortunately, we cannot release the MinHash code we used as it relies on internal Google infrastructure.

However, there are many good open-source implementations of MinHash which you should be able to take advantage of.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants