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
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 details)
File details
Details for the file pylevenshtein-1.0.tar.gz
.
File metadata
- Download URL: pylevenshtein-1.0.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df64b48b480c08a8bc3db112d27b0e3995e8793205e535bd41bcac0e22b6c1e7 |
|
MD5 | e852bd28719c6c267922f26354a83aaa |
|
BLAKE2b-256 | 8a2d133a74fc5321f0853ab29a5640a9c25752d375f23aaef47daa70831a38a1 |