Skip to main content

Levenshtein project for python

Project description

#Py-Levenshtien

Python levenshtein project used to calculate the difference between two strings

Download from command prompt using: pip install git+git://github.com/Redstomite/py-levenshtein#egg=py-levenshtein (pip needs to be installed first) or pip install py-levenshtein

How to use it: import py-levenschtein as pylev

word1 = “” word2 = “”

distance = pylev.distc(word1, word2)

print(distance)

https://pypi.org/project/py-levenshtein/1.0/

Algorithm: https://en.wikipedia.org/wiki/Levenshtein_distance

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distribution

pylevenshtein-1.0.tar.gz (1.4 kB view hashes)

Uploaded Source

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