Top "Word-cloud" questions

A tag cloud is a visual representation for text data, typically used to depict keyword metadata (tags) on websites.

Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called ‘Rcpp’

Basically I want to use wordcloud function. I'm working through R console. But I could use Rstudio if thats the …

r tm word-cloud rcpp11
How do I remove words from a wordcloud?

I'm creating a wordcloud using the wordcloud package in R, and the help of "Word Cloud in R". I can …

r word-cloud
Python: wordcloud, repetitve words

In the word cloud I have repetitive words and I do not understand why they are not counted together and …

python word-cloud
generating word cloud for items in a list in python

my_list=["one", "one two", "three"] and I am generating a word cloud for this list by using wordcloud = WordCloud(…

python string list word word-cloud
How can I generate a tag cloud in Java, with OpenCloud?

I was looking for a library to create tag clouds in a Java application, and I found OpenCloud. I don't …

java swing api tags word-cloud
How to add extra stop words in addition to default stopwords in wordcloud?

I would like to add certain words to the default stopwords list used in wordcloud. Current code: all_text = " ".join(…

python matplotlib data-analysis stop-words word-cloud
Creating "word" cloud of phrases, not individual words in R

I am trying to make a word cloud from a list of phrases, many of which are repeated, instead of …

r word-cloud
Wordcloud with a specific shape

Suppose, I have a dataframe which contains some words with their frequencies. I want to create a wordcloud in R …

r text-mining word-cloud
How do I print lda topic model and the word cloud of each of the topics

from nltk.tokenize import RegexpTokenizer from stop_words import get_stop_words from gensim import corpora, models import gensim import …

python topic-modeling word-cloud
How to make R word cloud display most frequent term in lighter shade of color

I created a word cloud in R with the code: wordcloud(words$term, words$freq, random.order=FALSE, colors=colorRampPalette(…

r word-cloud