Skip to main content

No project description provided

Project description

levenshtein_rs

Given x: list[str] and y: list[str], this package calculates the Levenshtein distance between a and b.

Usage

from levenshtein_rs import levenshtein_list
a = "Testing one two three"
b = "one two three four"
print(levenshtein_list(a.split(), b.split()))
# 2

This project uses the MIT license.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

levenshtein_rs-0.1.4-cp311-cp311-manylinux_2_28_x86_64.whl (213.1 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

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