The Way of All Flesh

Plaintext for Samuel Butler's "The Way of All Flesh"

(162976 words/880788 characters)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["The Way of All Flesh"]
Out[1]=

View the data:

In[2]:=
RandomChoice[
 TextCases[ResourceData["The Way of All Flesh"], "Paragraph"]]
Out[2]=

Visualization

Show the distribution of sentence lengths:

In[3]:=
With[{sentences = TextSentences[ResourceData["The Way of All Flesh"]]},
 Histogram[(Length /@ (TextWords /@ sentences)), PlotRange -> Full]]
Out[3]=

Show the most frequently used verbs:

In[4]:=
BarChart[
 TakeLargest[
   Counts[TextCases[ResourceData["The Way of All Flesh"], "Verb"]], 20] // Reverse, BarOrigin -> Left, ChartLabels -> Automatic]
Out[4]=

Wolfram Research, "The Way of All Flesh" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.52937.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information