About Anaconda Help Download Anaconda

This package provides the stringdist module, which includes several functions for calculating string distances.

Installers

  • linux-s390x v1.0.9
  • linux-64 v1.0.9
  • linux-aarch64 v1.0.9
  • osx-arm64 v1.0.9
  • osx-64 v1.0.9
  • win-64 v1.0.9

conda install

To install this package run one of the following:
conda install sfe1ed40::stringdist

Description

This package provides the stringdist module, which includes functions for calculating raw and normalized versions of the following string distance measurements:

Levenshtein distance

Restricted Damerau-Levenshtein distance (a.k.a. optimal string alignment distance)

For optimal performance, the package compiles and uses a C extension module under the hood, but a Python implementation is included as well and will automatically be used if C extensions are not supported by the system (e.g. when the selected interpreter is PyPy).


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy