jamesturk / jellyfish

🪼 a python library for doing approximate and phonetic matching of strings.
https://jamesturk.github.io/jellyfish/
MIT License
2.07k stars 159 forks source link

Missing example for jaccard_similarity function #215

Open ntsvetanov opened 2 months ago

ntsvetanov commented 2 months ago

Hello, thanks for the great library! :)

I noticed that the documentation for the jaccard_similarity function is missing and I am having trouble understanding how to properly use it. It would be really helpful if the documentation included an example of how to use the function