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

ghc-edit-distance

Levenshtein and restricted Damerau-Levenshtein edit distances

This package provides optimized functions to determine the edit distances for fuzzy matching, including Levenshtein and restricted Damerau-Levenshtein algorithms.

Installation

Install the latest version of ghc-edit-distance as follows:

guix install ghc-edit-distance

Or install a particular version:

guix install ghc-edit-distance@0.2.2.1

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.

Badge code

You can use the following badge to inform users of ghc-edit-distance about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/ghc-edit-distance'><img src='https://packages.guix.gnu.org/packages/ghc-edit-distance/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ghc-edit-distance/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ghc-edit-distance)

Example Org:

[[https://packages.guix.gnu.org/packages/ghc-edit-distance][https://packages.guix.gnu.org/packages/ghc-edit-distance/badges/latest-version.svg]]