Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Create a word cloud graphic from webpage text
ResourceFunction["WebpageWordCloud"][url] creates a word cloud graphic from the text of the webpage at url. |
A word cloud graphic provides a type of summary of a webpage:
In[1]:= |
Out[1]= |
Check out the trends at Amazon:
In[2]:= |
Out[2]= |
Highlight what a certain blog post is talking about:
In[3]:= |
Out[3]= |
Obtain a highlight from the news:
In[4]:= |
Out[4]= |
All options from WordCloud can be used:
In[5]:= |
Out[5]= |
Set the font family:
In[6]:= |
Out[6]= |
Provide a shape to fill:
In[7]:= |
Out[7]= |
Specify a background color:
In[8]:= |
Out[8]= |
Firefox or Chrome can be set as the Marionette browser. View the browser used as a Marionette with "SessionVisible" → True and keep the browser opened with "SessionKill" → False:
In[9]:= |
Out[9]= |
This work is licensed under a Creative Commons Attribution 4.0 International License