wordcloud

Introduction

This container takes the most frequent 50 words and generates a wordcloud. For both, German and English, standard stopword lists are applied (EN: snowball, DE: stopwords-iso plus hesitation). If available, words are colored by ctm topics.

Wordcloud

Wordcloud & Topics

Technical Framework

R Shiny App.

Health status of container can be checked at: ‘http://wordcloud.servername/_health_check_/’

Main Contributor

Jan Paul Hölzl, Valentin Gold

Citations

Rcpp: Dirk Eddelbuettel and James Joseph Balamuta (2018). Extending R with C++: A Brief Introduction to Rcpp. The American Statistician. 72(1). URL https://doi.org/10.1080/00031305.2017.1375990.

jsonlite: Jeroen Ooms (2014). The jsonlite Package: A Practical and Consistent Mapping Between JSON Data and R Objects. arXiv:1403.2805 [stat.CO] URL https://arxiv.org/abs/1403.2805.

httr: Hadley Wickham (2020). httr: Tools for Working with URLs and HTTP. R package version 1.4.2. https://CRAN.R-project.org/package=httr

shiny: Winston Chang, Joe Cheng, JJ Allaire, Carson Sievert, Barret Schloerke, Yihui Xie Jeff Allen, Jonathan McPherson, Alan Dipert and Barbara Borges (2021). shiny: Web Application Framework for R. R package version 1.6.0. https://CRAN.R-project.org/package=shiny

wordcloud2: Dawei Lang (2021). wordcloud2: Create Word Cloud by htmlWidget. R package version 0.2.2. https://github.com/lchiffon/wordcloud2