stringdist: Approximate String Matching and String Distance Functions

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.

Version: 0.9.5.5
Depends: R (≥ 2.15.3)
Imports: parallel
Suggests: tinytest
Published: 2019-10-21
Author: Mark van der Loo ORCID iD [aut, cre], Jan van der Laan [ctb], R Core Team [ctb], Nick Logan [ctb], Chris Muir [ctb]
Maintainer: Mark van der Loo <mark.vanderloo at gmail.com>
BugReports: https://github.com/markvanderloo/stringdist/issues
License: GPL-3
URL: https://github.com/markvanderloo/stringdist
NeedsCompilation: yes
Citation: stringdist citation info
Materials: README NEWS
In views: NaturalLanguageProcessing, OfficialStatistics
CRAN checks: stringdist results

Downloads:

Reference manual: stringdist.pdf
Vignettes: RJournal 6 111-122 (2014)
stringdist C/C++ API
Package source: stringdist_0.9.5.5.tar.gz
Windows binaries: r-devel: stringdist_0.9.5.5.zip, r-devel-gcc8: stringdist_0.9.5.5.zip, r-release: stringdist_0.9.5.5.zip, r-oldrel: stringdist_0.9.5.5.zip
OS X binaries: r-release: stringdist_0.9.5.5.tgz, r-oldrel: stringdist_0.9.5.5.tgz
Old sources: stringdist archive

Reverse dependencies:

Reverse depends: AurieLSHGaussian, VDJgermlines, vwr
Reverse imports: available, bcRep, bibliometrix, clustringr, Conigrave, deductive, diffrprojects, dupree, fastLink, fcuk, fieldRS, flora, fuzzyjoin, genBaRcode, GetLattesData, immuneSIM, LexisNexisTools, lingtypology, lintr, MEDseq, PGRdup, qdap, rabi, reclin, refinr, revtools, SemNetCleaner, SentimentAnalysis, taxlist, tcR, tidystringdist, TSTr, utilsIPEA
Reverse linking to: refinr
Reverse suggests: c14bazAAR, googleLanguageR, rlist, sjmisc, tidycells

Linking:

Please use the canonical form https://CRAN.R-project.org/package=stringdist to link to this page.