About Anaconda Help Download Anaconda

r / packages / r-stringdist 0.9.10

Implements an approximate string matching version of R's native 'match' function. Also offers fuzzy text search based on various string distance measures. Can calculate various string distances based on edits (Damerau-Levenshtein, Hamming, Levenshtein, optimal sting alignment), qgrams (q- gram, cosine, jaccard distance) or heuristic metrics (Jaro, Jaro-Winkler). An implementation of soundex is provided as well. Distances can be computed between character vectors while taking proper care of encoding or between integer vectors representing generic sequences. This package is built for speed and runs in parallel by using 'openMP'. An API for C or C++ is exposed as well. Reference: MPJ van der Loo (2014) <doi:10.32614/RJ-2014-011>.

copied from asmeurer / r-stringdist

Installers

  • linux-64 v0.9.10
  • linux-32 v0.9.4.7
  • osx-64 v0.9.5.1
  • win-32 v0.9.5.1
  • win-64 v0.9.5.1

conda install

Authentication Prerequisites:
anaconda login

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

Description


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