The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
TextAnalysisR provides text analysis through an interactive Shiny app or R code.
library(TextAnalysisR)
mydata <- SpecialEduTech
united_tbl <- unite_cols(mydata, listed_vars = c("title", "keyword", "abstract"))
tokens <- prep_texts(united_tbl, text_field = "united_texts")
dfm_object <- quanteda::dfm(tokens)
plot_word_frequency(dfm_object, n = 20)| Category | Analyses |
|---|---|
| Lexical | Word frequency, keywords, networks |
| Semantic | Similarity, clustering, sentiment |
| Topic Modeling | STM and BERTopic |
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.