Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Word cloud functionality
Contributed by: Peter Cullen Burbery
functions for making word clouds and other things with words
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["PeterBurbery/WordCloud"]
To load the code after installation, evaluate this code:
Needs["PeterBurbery`WordCloud`"]
Make a word cloud:
In[1]:= |
Out[1]= |
Make a word graph:
In[2]:= |
Out[2]= |
Find word squares for the four letter word "hair":
In[3]:= |
Out[3]= |
Make a synonym graph:
In[4]:= |
Out[4]= |
Make a word cloud with a random convex polygon with seven sides:
In[5]:= |
Out[5]= |
Wolfram Language Version 13.1