Skip to main content

a library for doing approximate and phonetic matching of strings.

Project description

https://travis-ci.org/jamesturk/jellyfish.svg?branch=master https://coveralls.io/repos/jamesturk/jellyfish/badge.png?branch=master https://img.shields.io/pypi/v/jellyfish.svg Documentation Status https://ci.appveyor.com/api/projects/status/t5o03rqcusxhhe41/branch/master?svg=true

Jellyfish is a python library for doing approximate and phonetic matching of strings.

Written by James Turk <james.p.turk@gmail.com> and Michael Stephens.

See https://github.com/jamesturk/jellyfish/graphs/contributors for contributors.

Source is available at http://github.com/jamesturk/jellyfish.

Included Algorithms

String comparison:

  • Levenshtein Distance

  • Damerau-Levenshtein Distance

  • Jaro Distance

  • Jaro-Winkler Distance

  • Match Rating Approach Comparison

  • Hamming Distance

Phonetic encoding:

  • American Soundex

  • Metaphone

  • NYSIIS (New York State Identification and Intelligence System)

  • Match Rating Codex

Example Usage

>>> import jellyfish
>>> jellyfish.levenshtein_distance('jellyfish', 'smellyfish')
2
>>> jellyfish.jaro_distance('jellyfish', 'smellyfish')
0.89629629629629637
>>> jellyfish.damerau_levenshtein_distance('jellyfish', 'jellyfihs')
1
>>> jellyfish.metaphone('Jellyfish')
'JLFX'
>>> jellyfish.soundex('Jellyfish')
'J412'
>>> jellyfish.nysiis('Jellyfish')
'JALYF'
>>> jellyfish.match_rating_codex('Jellyfish')
'JLLFSH'

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

jellyfish-0.5.2.tar.gz (20.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jellyfish-0.5.2-cp27-none-macosx_10_10_x86_64.whl (23.6 kB view details)

Uploaded CPython 2.7macOS 10.10+ x86-64

File details

Details for the file jellyfish-0.5.2.tar.gz.

File metadata

  • Download URL: jellyfish-0.5.2.tar.gz
  • Upload date:
  • Size: 20.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for jellyfish-0.5.2.tar.gz
Algorithm Hash digest
SHA256 96a96630a1dec21e634b967b040d42d1cb316b9a54885b434e2fbe90d704b397
MD5 1f7b9053f63f853efa97073576cea677
BLAKE2b-256 41a0cecf84a24b70e79f175570ef3ce6b7580a97d7718a07bae3054846baa9b3

See more details on using hashes here.

File details

Details for the file jellyfish-0.5.2-cp27-none-macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-0.5.2-cp27-none-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 91ddb4a54f530b8b391ace5830839719c257cc54d54cfb57dc2e757fc0852b1e
MD5 cabe9d541498c042ad1772345f3557db
BLAKE2b-256 a10c76dc915e5e0cb16d1b29ff65442922045e2b8dd228f229f35a9bd8d2a136

See more details on using hashes here.

Supported by

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