The Outlaw of Torn

Plaintext for Edgar Rice Burroughs' "The Outlaw of Torn"

(65437 words/355228 characters)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["The Outlaw of Torn"]
Out[1]=

View the data:

In[2]:=
RandomChoice[
 TextCases[ResourceData["The Outlaw of Torn"], "Paragraph"]]
Out[2]=

Visualization

Show the distribution of sentence lengths:

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

Show the most frequently used adjectives:

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

Wolfram Research, "The Outlaw of Torn" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.11723.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information