Skip to main content

Minimum Edit Distance

Project description

# Minimum Edit Distance in Cython ##

This provides Minimum Edit Distance functions in Cython.

Includes:

  • levenshtein (1 for insert, 1 for delete, and 1 for substitution)

  • levenshtein_no_sub (1 for insert, 1 for delete, 2 for substitution)

  • brew (0.1 for insert, 15 for delete, and 1 for substitution)

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

string_distance-0.1.2.tar.gz (200.6 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