CMD + K

r-stringdist

Community

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.

Installation

To install this package, run one of the following:

Conda
$conda install mro_test::r-stringdist

Usage Tracking

0.9.4.7
0.9.4.6
2 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

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.

Last Updated

Jun 23, 2018 at 22:00

License

GPL-3

Total Downloads

17

Supported Platforms

linux-64