Package: clustringr 1.0
clustringr: Cluster Strings by Edit-Distance
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-lev), as computed by stringdist::stringdist(). The set of all mutual edit-distances is then used by g graph algorithms (from package igraph) to single out subsets of high connectivity.
Authors:
clustringr_1.0.tar.gz
clustringr_1.0.zip(r-4.5)clustringr_1.0.zip(r-4.4)clustringr_1.0.zip(r-4.3)
clustringr_1.0.tgz(r-4.4-any)clustringr_1.0.tgz(r-4.3-any)
clustringr_1.0.tar.gz(r-4.5-noble)clustringr_1.0.tar.gz(r-4.4-noble)
clustringr_1.0.tgz(r-4.4-emscripten)clustringr_1.0.tgz(r-4.3-emscripten)
clustringr.pdf |clustringr.html✨
clustringr/json (API)
# Install 'clustringr' in R: |
install.packages('clustringr', repos = c('https://dan-reznik.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dan-reznik/clustringr/issues
- quijote_words - Distinct words in Cervantes' "Don Quijote".
Last updated 6 years agofrom:ad2b777bbf. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 11 2024 |
R-4.5-win | NOTE | Oct 11 2024 |
R-4.5-linux | NOTE | Oct 11 2024 |
R-4.4-win | NOTE | Oct 11 2024 |
R-4.4-mac | NOTE | Oct 11 2024 |
R-4.3-win | NOTE | Oct 11 2024 |
R-4.3-mac | NOTE | Oct 11 2024 |
Exports:cluster_plotcluster_strings
Dependencies:assertthatcachemclicolorspacecpp11dplyrfansifarverfastmapforcatsgenericsggforceggplot2ggraphggrepelgluegraphlayoutsgridExtragtableigraphisobandlabelinglatticelifecyclemagrittrMASSMatrixmemoisemgcvmunsellnlmepillarpkgconfigpolyclippurrrR6RColorBrewerRcppRcppArmadilloRcppEigenrlangscalesstringdiststringistringrsystemfontstibbletidygraphtidyrtidyselecttweenrutf8vctrsviridisviridisLitewithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Plot string clusters as graph. | cluster_plot |
Cluster Strings by Edit-Distance | cluster_strings |
Distinct words in Cervantes' "Don Quijote". | quijote_words |