Skip to main content

Jaccard Index for Two Strings

Project description

jaccard_index

Jaccard Index Computation

This package provides computation Jaccard Index based on n-grams for strings. This can be used as a metric for computing similarity between two strings e.g. Indentity resolution

Installation

Install using pip:

#  pip install jaccard-index 

To install using the archive, unpack it and run:

# python setup.py install

Usage

A common use case is to compare strings for similarity:

>>> from jaccard_index.jaccard import jaccard_index
>>> jaccard_index("abc","")
0
>>> jaccard_index("accessary", "accessory")
0.6
>>> jaccard_index("coffee", "coffee")
1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jaccard_index-0.0.3.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

jaccard_index-0.0.3-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page