Package: rainette 0.3.1.9000

rainette: The Reinert Method for Textual Data Clustering

An R implementation of the Reinert text clustering method. For more details about the algorithm see the included vignettes or Reinert (1990) <doi:10.1177/075910639002600103>.

Authors:Julien Barnier [aut, cre], Florian Privé [ctb]

rainette_0.3.1.9000.tar.gz
rainette_0.3.1.9000.zip(r-4.5)rainette_0.3.1.9000.zip(r-4.4)rainette_0.3.1.9000.zip(r-4.3)
rainette_0.3.1.9000.tgz(r-4.4-x86_64)rainette_0.3.1.9000.tgz(r-4.4-arm64)rainette_0.3.1.9000.tgz(r-4.3-x86_64)rainette_0.3.1.9000.tgz(r-4.3-arm64)
rainette_0.3.1.9000.tar.gz(r-4.5-noble)rainette_0.3.1.9000.tar.gz(r-4.4-noble)
rainette_0.3.1.9000.tgz(r-4.4-emscripten)rainette_0.3.1.9000.tgz(r-4.3-emscripten)
rainette.pdf |rainette.html
rainette/json (API)
NEWS

# Install 'rainette' in R:
install.packages('rainette', repos = c('https://juba.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/juba/rainette/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

text-analysistext-classification

16 exports 54 stars 3.27 score 85 dependencies 25 scripts 281 downloads

Last updated 4 months agofrom:7bbd2f2525. Checks:OK: 1 NOTE: 8. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 02 2024
R-4.5-win-x86_64NOTESep 02 2024
R-4.5-linux-x86_64NOTESep 02 2024
R-4.4-win-x86_64NOTESep 02 2024
R-4.4-mac-x86_64NOTESep 02 2024
R-4.4-mac-aarch64NOTESep 02 2024
R-4.3-win-x86_64NOTESep 02 2024
R-4.3-mac-x86_64NOTESep 02 2024
R-4.3-mac-aarch64NOTESep 02 2024

Exports:clusters_by_doc_tablecutreecutree_rainettecutree_rainette2docs_by_cluster_tableimport_corpus_iramuteqmerge_segmentsrainetterainette_explorrainette_plotrainette_statsrainette2rainette2_complete_groupsrainette2_explorrainette2_plotsplit_segments

Dependencies:base64encbslibcachemclicolorspacecommonmarkcpp11crayoncurldendextenddigestdplyrfansifarverfastmapfastmatchfontawesomefsgenericsggplot2ggwordcloudgluegridExtragridtextgtablehighrhtmltoolshttpuvisobandISOcodesjpegjquerylibjsonlitelabelinglaterlatticelifecyclemagrittrmarkdownMASSMatrixmemoisemgcvmimeminiUImunsellnlmensyllablepillarpkgconfigpngprogressrpromisesproxyCpurrrquantedaquanteda.textstatsR6rappdirsRColorBrewerRcppRcppArmadilloRcppEigenrlangRSpectrasassscalesshinySnowballCsourcetoolsstopwordsstringistringrtibbletidyrtidyselectutf8vctrsviridisviridisLitewithrxfunxml2xtableyaml

[en] Algorithms description

Rendered fromalgorithms_en.Rmdusingknitr::rmarkdownon Sep 02 2024.

Last update: 2023-03-15
Started: 2022-02-17

[en] Introduction to rainette

Rendered fromintroduction_en.Rmdusingknitr::rmarkdownon Sep 02 2024.

Last update: 2022-02-18
Started: 2020-03-09

[fr] Description des algorithmes

Rendered fromalgorithmes.Rmdusingknitr::rmarkdownon Sep 02 2024.

Last update: 2023-03-15
Started: 2019-01-25

[fr] Utilisation de rainette

Rendered fromintroduction_usage.Rmdusingknitr::rmarkdownon Sep 02 2024.

Last update: 2023-07-21
Started: 2019-01-24

Readme and manuals

Help Manual

Help pageTopics
Split a dtm into two clusters with reinert algorithmcluster_tab
Returns the number of segment of each cluster for each source documentclusters_by_doc_table
Cut a tree into groupscutree
Cut a rainette result tree into groups of documentscutree_rainette
Cut a rainette2 result object into groups of documentscutree_rainette2
Returns, for each cluster, the number of source documents with at least n segments of this clusterdocs_by_cluster_table
Import a corpus in Iramuteq formatimport_corpus_iramuteq
Merges segments according to minimum segment sizemerge_segments
return documents indices ordered by CA first axis coordinatesorder_docs
Corpus clustering based on the Reinert method - Simple clusteringrainette
Shiny gadget for rainette clustering explorationrainette_explor
Generate a clustering description plot from a rainette resultrainette_plot
Generate cluster keyness statistics from a rainette resultrainette_stats
Corpus clustering based on the Reinert method - Double clusteringrainette2
Complete groups membership with knn classificationrainette2_complete_groups
Shiny gadget for rainette2 clustering explorationrainette2_explor
Generate a clustering description plot from a rainette2 resultrainette2_plot
Remove features from dtm of each group base don cc_test and tsjselect_features
Split a character string or corpus into segmentssplit_segments split_segments.character split_segments.Corpus split_segments.corpus split_segments.tokens
Switch documents between two groups to maximize chi-square valueswitch_docs