Learn R Programming

⚠️There's a newer version (0.9.15) of this package.Take me there.

stringdist (version 0.9.1)

Approximate String Matching and String Distance Functions

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.

Copy Link

Version

Install

install.packages('stringdist')

Monthly Downloads

66,896

Version

0.9.1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Mark der Loo

Last Published

June 22nd, 2015

Functions in stringdist (0.9.1)

amatch

Approximate string matching
stringdist-package

A package for string distance calculation and approximate string matching.
qgrams

Get a table of qgram counts from one or more character vectors.
phonetic

Phonetic algorithms
stringsim

Compute similarity scores between strings
stringdist

Compute distance metrics between strings
printable_ascii

Detect the presence of non-printable or non-ascii characters
stringdist-metrics

String metrics in stringdist
stringdist-parallelization

Multithreading and parallelization in stringdist
stringdist-encoding

String metrics in stringdist