-
-
Notifications
You must be signed in to change notification settings - Fork 26
Add Jaccard index #9
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
Conversation
Hi @hbollon, I've added code for finding the Jaccard index. Do let me know if I can improve it somehow or if there are any changes to be made. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your PR! I will review it ASAP
In the meantime, I checked quickly and I noticed that you doesn't added your Jaccard function to StringSimilarity
one (located in string-analysis.go
), can you add it please?
I've added the Jaccard function to |
Other than that everything looks good to me 😄 |
Made the changes. Thanks a lot! |
It's merged! Thanks for your contribution mate! 😄 |
Adds Jaccard index as mentioned in #8