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.
- Versions: 0.2.2.1
- Website: https://github.com/phadej/edit-distance
- Licenses: Modified BSD
- Package source: gnu/packages/haskell-xyz.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]