Skip to main content

Fast approximate edit distance.

Project description

ukkonen

Implementation of a bounded Levenshtein distance by Esko Ukkonen in "Algorithms for approximate string matching" in Rust, with Python bindings.

The implementation is based on the JS implementation. You can find the license in the LICENSE file.

Install

pip install ukkonen-rs

Build

First you should install Rust from rustup.rs. Then, you can build a wheel for your platform and install it:

pip install maturin
maturin build --release --cargo-extra-args="--features python"
pip install --no-index --find-links=target/wheels ukkonen_rs

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 Distributions

ukkonen_rs-0.1.0.post1-cp36-abi3-win_amd64.whl (103.3 kB view hashes)

Uploaded CPython 3.6+ Windows x86-64

ukkonen_rs-0.1.0.post1-cp36-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.4 MB view hashes)

Uploaded CPython 3.6+ manylinux: glibc 2.5+ x86-64

ukkonen_rs-0.1.0.post1-cp36-abi3-macosx_10_7_x86_64.whl (209.5 kB view hashes)

Uploaded CPython 3.6+ macOS 10.7+ 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