CRAN/E | clustringr

clustringr

Cluster Strings by Edit-Distance

Installation

About

Returns an edit-distance based clusterization of an input vector of strings. Each cluster will contain a set of strings w/ small mutual edit-distance (e.g., Levenshtein, optimum-sequence-alignment, Damerau-Levenshtein), as computed by stringdist::stringdist(). The set of all mutual edit-distances is then used by graph algorithms (from package 'igraph') to single out subsets of high connectivity.

Key Metrics

Version 1.0
R ≥ 3.1
Published 2019-03-30 1852 days ago
Needs compilation? no
License MIT
License File
CRAN checks clustringr results

Downloads

Yesterday 3 -25%
Last 7 days 49 +7%
Last 30 days 185 +22%
Last 90 days 589 -22%
Last 365 days 2.247 -25%

Maintainer

Maintainer

Dan S. Reznik

dreznik@gmail.com

Authors

Dan S. Reznik

Material

README
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Depends

R ≥ 3.1

Imports

magrittr
dplyr
stringi
stringr
stringdist
igraph
assertthat
forcats
rlang
tidygraph
ggraph
ggplot2