Files in TommyJones/textmineR
Functions for Text Mining and Topic Modeling

.Rbuildignore
.github/.gitignore
.github/workflows/R-CMD-check.yaml
.github/workflows/test-coverage.yaml
.gitignore
DESCRIPTION
LICENSE
NAMESPACE
NEWS.md R/RcppExports.R R/corpus_functions.R R/distance_functions.R R/evaluation_metrics.R R/other_utilities.R R/textmineR-deprecated.R R/textmineR.R R/topic_modeling_core.R R/topic_modeling_utilities.R README.md
_pkgdown.yml
cran-comments.md
data/nih.rda
data/nih_sample.rda
data/nih_sample_dtm.rda
data/nih_sample_topic_model.rda
docs/.nojekyll
docs/404.html
docs/CNAME
docs/LICENSE-text.html
docs/apple-touch-icon-120x120.png
docs/apple-touch-icon-152x152.png
docs/apple-touch-icon-180x180.png
docs/apple-touch-icon-60x60.png
docs/apple-touch-icon-76x76.png
docs/apple-touch-icon.png
docs/articles/a_start_here.html
docs/articles/b_document_clustering.html
docs/articles/b_document_clustering_files/figure-html/unnamed-chunk-10-1.png
docs/articles/b_document_clustering_files/figure-html/unnamed-chunk-5-1.png
docs/articles/c_topic_modeling.html
docs/articles/c_topic_modeling_files/figure-html/unnamed-chunk-12-1.png
docs/articles/c_topic_modeling_files/figure-html/unnamed-chunk-14-1.png
docs/articles/c_topic_modeling_files/figure-html/unnamed-chunk-24-1.png
docs/articles/c_topic_modeling_files/figure-html/unnamed-chunk-25-1.png
docs/articles/c_topic_modeling_files/figure-html/unnamed-chunk-4-1.png
docs/articles/c_topic_modeling_files/figure-html/unnamed-chunk-5-1.png
docs/articles/c_topic_modeling_files/figure-html/unnamed-chunk-9-1.png
docs/articles/d_text_embeddings.html
docs/articles/e_doc_summarization.html
docs/articles/f_tidytext_example.html
docs/articles/index.html
docs/authors.html
docs/bootstrap-toc.css
docs/bootstrap-toc.js
docs/docsearch.css
docs/docsearch.js
docs/docsearch.json
docs/favicon-16x16.png
docs/favicon-32x32.png
docs/favicon.ico
docs/index.html
docs/link.svg
docs/logo.png
docs/news/index.html
docs/pkgdown.css
docs/pkgdown.js
docs/pkgdown.yml
docs/reference/CalcGamma.html
docs/reference/CalcHellingerDist.html
docs/reference/CalcJSDivergence.html
docs/reference/CalcLikelihood.html
docs/reference/CalcProbCoherence.html
docs/reference/CalcTopicModelR2.html
docs/reference/Cluster2TopicModel.html
docs/reference/CreateDtm.html
docs/reference/CreateTcm.html
docs/reference/Dtm2Docs.html
docs/reference/Dtm2Lexicon.html
docs/reference/Dtm2Tcm.html
docs/reference/FitCtmModel.html
docs/reference/FitLdaModel-1.png
docs/reference/FitLdaModel.html
docs/reference/FitLsaModel.html
docs/reference/GetProbableTerms.html
docs/reference/GetTopTerms.html
docs/reference/InternalFunctions.html
docs/reference/LabelTopics.html
docs/reference/Rplot001.png
docs/reference/SummarizeTopics.html
docs/reference/TermDocFreq.html
docs/reference/TmParallelApply.html
docs/reference/figures/logo.png
docs/reference/figures/textmineR_v8.png
docs/reference/index.html
docs/reference/nih.html
docs/reference/posterior.html
docs/reference/posterior.lda_topic_model.html
docs/reference/predict.ctm_topic_model.html
docs/reference/predict.lda_topic_model.html
docs/reference/predict.lsa_topic_model.html
docs/reference/textmineR-deprecated.html
docs/reference/textmineR.html
docs/reference/update.html
docs/reference/update.lda_topic_model.html
docs/sitemap.xml
extra_functions/AggregateTopicModels.R
extra_functions/AggregateTopicModels.Rd
extra_functions/CalcHellingerParallel.R extra_functions/CalcParallelDist.R
extra_functions/CalcParallelDist.Rd
extra_functions/CountTerms.R
extra_functions/CountTerms.Rd
extra_functions/EnsembleTopicDist.R
extra_functions/EnsembleTopicDist.Rd
extra_functions/FitLdaModelVem.R extra_functions/FitPlsaModel.R extra_functions/FitPlsaModel2.R extra_functions/FitSldaModel.R extra_functions/FitStmModel.R extra_functions/FormatRawStmOutput.R
extra_functions/HellingerMat2Mat.cpp
extra_functions/ImportDocs.R
extra_functions/ImportDocs.Rd
extra_functions/MakeSparseDTM.R
extra_functions/NAMESPACE
extra_functions/NgramTokenizer.R extra_functions/PartitionTopticModelData.R
extra_functions/PartitionTopticModelData.Rd
extra_functions/ProbCoherence.R extra_functions/R2.0/fit_topic_model.R extra_functions/R2.0/vec2dtm.R extra_functions/SubsetDtm.R
extra_functions/SubsetDtm.Rd
extra_functions/TopicWordCloud.R
extra_functions/TopicWordCloud.Rd
extra_functions/Vec2Dtm_deprecated.R extra_functions/_FitLdaModel.R extra_functions/_compare_barplot.R extra_functions/_compare_priors.R extra_functions/_presentation_example.R extra_functions/_scratch.R extra_functions/_tidy_functions.R extra_functions/_tidytext_example.R
extra_functions/_updata_lda.cpp
extra_functions/glove_example.R extra_functions/overwrite.R extra_functions/posterior.lda_topic_model.R extra_functions/zzz.R
inst/WORDLIST
man/CalcGamma.Rd man/CalcHellingerDist.Rd man/CalcJSDivergence.Rd man/CalcLikelihood.Rd man/CalcProbCoherence.Rd man/CalcTopicModelR2.Rd man/Cluster2TopicModel.Rd man/CreateDtm.Rd man/CreateTcm.Rd man/Dtm2Docs.Rd man/Dtm2Lexicon.Rd man/Dtm2Tcm.Rd man/FitCtmModel.Rd man/FitLdaModel.Rd man/FitLsaModel.Rd man/GetProbableTerms.Rd man/GetTopTerms.Rd man/InternalFunctions.Rd man/LabelTopics.Rd man/SummarizeTopics.Rd man/TermDocFreq.Rd man/TmParallelApply.Rd
man/figures/logo.png
man/figures/textmineR_v8.png
man/nih.Rd man/posterior.Rd man/posterior.lda_topic_model.Rd man/predict.ctm_topic_model.Rd man/predict.lda_topic_model.Rd man/predict.lsa_topic_model.Rd man/textmineR-deprecated.Rd man/textmineR.Rd man/update.Rd man/update.lda_topic_model.Rd
pkgdown/favicon/apple-touch-icon-120x120.png
pkgdown/favicon/apple-touch-icon-152x152.png
pkgdown/favicon/apple-touch-icon-180x180.png
pkgdown/favicon/apple-touch-icon-60x60.png
pkgdown/favicon/apple-touch-icon-76x76.png
pkgdown/favicon/apple-touch-icon.png
pkgdown/favicon/favicon-16x16.png
pkgdown/favicon/favicon-32x32.png
pkgdown/favicon/favicon.ico
revdep/.gitignore
revdep/README.md revdep/cran.md
revdep/email.yml
revdep/failures.md revdep/problems.md
src/CalcLikelihoodC.cpp
src/CalcSumSquares.cpp
src/Dtm2DocsC.cpp
src/HellingerMat.cpp
src/Hellinger_cpp.cpp
src/JSD_cpp.cpp
src/JSDmat.cpp
src/Makevars
src/RcppExports.cpp
src/lda_c_functions.cpp
tests/spelling.R tests/testthat.R tests/testthat/test-corpus_functions.R tests/testthat/test-distance_functions.R
tests/testthat/test-evaluation_metrics.R
tests/testthat/test-other_utilities.R
tests/testthat/test-topic_modeling_core.R tests/testthat/test-topic_modeling_utilities.R
textmineR.Rproj
vignettes/.gitignore
vignettes/a_start_here.Rmd vignettes/b_document_clustering.Rmd vignettes/c_topic_modeling.Rmd vignettes/d_text_embeddings.Rmd vignettes/e_doc_summarization.Rmd vignettes/f_tidytext_example.Rmd
TommyJones/textmineR documentation built on July 26, 2023, 9:51 p.m.