The Way We Live Now

Plaintext for Anthony Trollope's "The Way We Live Now"

(352874 words/1900686 characters)

Examples

Basic Examples

Retrieve the text:

In[1]:=
TextCases[ResourceData["The Way We Live Now"], "Paragraph"][[15]]
Out[1]=

Visualization

Show the distribution of word lengths:

In[2]:=
Histogram[(StringLength /@ TextWords[ResourceData["The Way We Live Now"]]), PlotRange -> Full]
Out[2]=

Show the most frequently used verbs:

In[3]:=
BarChart[
 TakeLargest[
   Counts[TextCases[ResourceData["The Way We Live Now"], "Verb"]], 20] // Reverse, BarOrigin -> Left, ChartLabels -> Automatic]
Out[3]=

Wolfram Research, "The Way We Live Now" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.24750.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information