About Anaconda Help Download Anaconda

conda-forge / packages / polars-strsim 0.2.5

Polars extension for string similarity

copied from cf-post-staging / polars-strsim

Installers

  • osx-64 v0.2.5
  • linux-64 v0.2.5
  • win-64 v0.2.5

conda install

To install this package run one of the following:
conda install conda-forge::polars-strsim

Description

This package provides python bindings to compute various string similarity measures directly on a polars dataframe. All string similarity measures are implemented in rust and computed in parallel. The similarity measures that have been implemented are: Levenshtein Jaro Jaro-Winkler Jaccard Sørensen-Dice Each similarity measure returns a value normalized between 0.0 and 1.0 (inclusive), where 0.0 indicates the inputs are maximally different and 1.0 means the strings are maximally similar.


© 2026 Anaconda, Inc. All Rights Reserved. (v4.2.15) Legal | Privacy Policy