CMD + K

stringdist

Community

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

Installation

To install this package, run one of the following:

Conda
$conda install sfe1ed40::stringdist

Usage Tracking

1.0.9
1 / 8 versions selected
Downloads (Last 6 months): 0

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).

About

Summary

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

Last Updated

May 10, 2024 at 06:11

License

MIT

Total Downloads

9.7K

Supported Platforms

linux-s390x
linux-64
linux-aarch64
macOS-arm64
macOS-64
win-64