Subject: CVS commit: pkgsrc/math/R-stringdist
From: Makoto Fujiwara
Date: 2020-02-10 15:21:00
Message id: 20200210142100.68181FBF4@cvs.NetBSD.org

Log Message:
(math/R-stringdist) import R-stringdist-0.9.5.5

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.

Files:
RevisionActionfile
1.1addpkgsrc/math/R-stringdist/DESCR
1.1addpkgsrc/math/R-stringdist/Makefile
1.1addpkgsrc/math/R-stringdist/distinfo