Skip to main content

A fast C-implemented library for Levenshtein distance

Project description

Polyleven

Polyleven is a fast Levenshtein distance library for Python.

Project page: http://ceptord.net/20181215-polyleven.html

Install

$ pip install polyleven

Usage

Polyleven provides a single interface function "levenshtein()". You can use this function to measure the similarity of two strings.

>>> from polyleven import levenshtein
>>> levenshtein('aaa', 'ccc')
3

If you only care about distances under a certain threshold, you can pass the max threshold to the third argument.

>>> levenshtein('acc', 'ccc', 1)
1
>>> levenshtein('aaa', 'ccc', 1)
2

In general, you can gain a noticeable speed boost with threshold k < 3.

Source code

git clone http://ceptord.net/cgit/polyleven/

GitHub Mirror: https://github.com/fujimotos/polyleven

Send bug reports to fujimoto@ceptord.net.

License

From v0.7, polyleven is released under MIT License. See LICENSE for the full license text.

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

polyleven-0.7.tar.gz (5.1 kB view details)

Uploaded Source

File details

Details for the file polyleven-0.7.tar.gz.

File metadata

  • Download URL: polyleven-0.7.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3

File hashes

Hashes for polyleven-0.7.tar.gz
Algorithm Hash digest
SHA256 2307bd46746ee6e4d56ab2673d5bb4bdb88d3c77b954dd86f03d1363085f4c6d
MD5 9d724959e9be759f3770e5a7e1960198
BLAKE2b-256 e6c05900bddc1897a0ad88021e2254413eb26031bfb68e71ad3811aee9485e66

See more details on using hashes here.

Supported by

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