The Wind in the Willows

Source Notebook

Plaintext for Kenneth Grahame's "The Wind in the Willows"

(58793 words/326616 characters)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["The Wind in the Willows"]
Out[1]=

View the data:

In[2]:=
RandomChoice[
 TextCases[ResourceData["The Wind in the Willows"], "Paragraph"]]
Out[2]=

Visualization

Show the most frequently used adjectives:

In[3]:=
BarChart[
 TakeLargest[
   Counts[TextCases[ResourceData["The Wind in the Willows"], "Adjective"]], 20] // Reverse, BarOrigin -> Left, ChartLabels -> Automatic]
Out[3]=

Create a word cloud:

In[4]:=
WordCloud[DeleteStopwords[ResourceData["The Wind in the Willows"]]]
Out[4]=

Wolfram Research, "The Wind in the Willows" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.60124.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information