yamut/jaccard

Jaccard coefficient implementation

v0.0.3 2023-12-21 13:41 UTC

This package is auto-updated.

Last update: 2024-04-21 14:35:17 UTC


README

Implementation of jaccard similarity coefficient

https://en.wikipedia.org/wiki/Jaccard_index

Usage

Similar::calculate('a b', 'b') // 0.5