I tried my best to implement the Jaccard similarity from Issue #186. I also created a PR at https://github.com/jamesturk/jellyfish-testdata/pull/9. However, I am unsure how to integrate the Git submodule changes. testdata has yet to be updated in this PR.
I was also not sure if I am still supposed to create a Python implementation. I simply added a Rust implementation for now.
Furthermore, I had to update testutils.rs to support the optional ngram_size parameter.
I tried my best to implement the Jaccard similarity from Issue #186. I also created a PR at https://github.com/jamesturk/jellyfish-testdata/pull/9. However, I am unsure how to integrate the Git submodule changes. testdata has yet to be updated in this PR.
I was also not sure if I am still supposed to create a Python implementation. I simply added a Rust implementation for now.
Furthermore, I had to update testutils.rs to support the optional
ngram_size
parameter.