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.7)clustringr_1.0.zip(r-4.6)clustringr_1.0.zip(r-4.5)
clustringr_1.0.tgz(r-4.6-any)clustringr_1.0.tgz(r-4.5-any)
clustringr_1.0.tar.gz(r-4.7-any)clustringr_1.0.tar.gz(r-4.6-any)
clustringr_1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:ad2b777bbf. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 148 | ||
| source / vignettes | OK | 190 | ||
| linux-release-x86_64 | NOTE | 150 | ||
| macos-release-arm64 | NOTE | 154 | ||
| macos-oldrel-arm64 | NOTE | 192 | ||
| windows-devel | NOTE | 101 | ||
| windows-release | NOTE | 94 | ||
| windows-oldrel | NOTE | 92 | ||
| wasm-release | OK | 115 |
Exports:cluster_plotcluster_strings
Dependencies:assertthatbase64enccachemclicpp11dplyrfarverfastmapforcatsgenericsggforceggplot2ggraphggrepelgluegraphlayoutsgridExtragtableigraphisobandjsonlitelabelinglatticelifecyclemagrittrMASSMatrixmemoisepillarpkgconfigpolyclippurrrR6RColorBrewerRcppRcppArmadillorlangS7scalesstringdiststringistringrsystemfontstibbletidygraphtidyrtidyselecttweenrutf8vctrsviridisviridisLitewithr
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 |
