CMD + K

r-stringdist

Community

Approximate String Matching and String Distance Functions

Installation

To install this package, run one of the following:

Conda
$conda install odsp-test::r-stringdist

Usage Tracking

0.9.5.1
1 / 8 versions selected
Total downloads: 0

Description

Implements an approximate string matching version of R's native 'match' function. 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.

About

Summary

Approximate String Matching and String Distance Functions

Information Last Updated

Mar 25, 2025 at 16:19

License

GPL-3

Total Downloads

3