The Return of Tarzan

Plaintext for Edgar Rice Burroughs' "The Return of Tarzan"

(89672 words/496706 characters)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["The Return of Tarzan"]
Out[1]=

View the data:

In[2]:=
RandomChoice[
 TextCases[ResourceData["The Return of Tarzan"], "Paragraph"]]
Out[2]=

Visualization

Show the distribution of sentence lengths:

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

Show the most frequently used verbs:

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

Wolfram Research, "The Return of Tarzan" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.73015.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information