python-levenshtein 0.12.2
Fast computation of Levenshtein distance and string similarity
The Levenshtein Python C extension module contains functions for fast computation of
Levenshtein (edit) distance, and edit operations
string similarity
approximate median strings, and generally string averaging
string sequence and set similarity
It supports both normal and Unicode strings.
- Outputs:
out
- Website: https://github.com/ztane/python-Levenshtein
- Licenses: GPL 2+
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-levenshtein 0.12.2
as follows:
guix install python-levenshtein@0.12.2
Or install the latest version:
guix install python-levenshtein
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.