Package: clustringr
Type: Package
Title: Cluster Strings by Edit-Distance
Version: 1.0
Author: Dan S. Reznik
Maintainer: Dan S. Reznik <dreznik@gmail.com>
Description: 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.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: magrittr, dplyr, stringi, stringr, stringdist, igraph,
        assertthat, forcats, rlang, tidygraph, ggraph, ggplot2
Depends: R (>= 3.1)
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-03-26 18:10:58 UTC; dreznik
Repository: CRAN
Date/Publication: 2019-03-30 16:10:03 UTC
Built: R 4.5.0; ; 2025-04-02 19:14:12 UTC; unix
