About Anaconda Help Download Anaconda

conda-forge / packages / python-levenshtein 0.25.1

Python extension for computing string edit distances and similarities.

copied from cf-staging / python-levenshtein

Installers

Info: This package contains files in non-standard labels.
  • noarch v0.25.1
  • osx-64 v0.12.2
  • linux-64 v0.12.2
  • win-32 v0.12.0
  • win-64 v0.12.2
  • linux-aarch64 v0.12.2
  • linux-ppc64le v0.12.2
  • osx-arm64 v0.12.2

conda install

To install this package run one of the following:
conda install conda-forge::python-levenshtein
conda install conda-forge/label/cf201901::python-levenshtein
conda install conda-forge/label/cf202003::python-levenshtein
conda install conda-forge/label/gcc7::python-levenshtein

Description

A Python extension written in C for fast computation of: Levenshtein (edit) distance and edit sequence manipulation; string similarity; approximate median strings, and generally string averaging; string sequence and set similarity. Levenshtein has a some overlap with difflib (SequenceMatcher). It supports only strings, not arbitrary sequence types, but on the other hand it's much faster. Note the project was renamed, and python-Levenshtein is now just a metapackage installing the Levenshtein package.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.2) Legal | Privacy Policy