This package browser is in early development. Mind the rough edges.

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

  1. Levenshtein (edit) distance, and edit operations

  2. string similarity

  3. approximate median strings, and generally string averaging

  4. string sequence and set similarity

It supports both normal and Unicode strings.

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.