The Mystery of Cloomber

Plaintext for Arthur Conan Doyle's "The Mystery of Cloomber"

(49045 words/266579 characters)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["The Mystery of Cloomber"]
Out[1]=

View the data:

In[2]:=
TextCases[ResourceData["The Mystery of Cloomber"], "Paragraph"][[50]]
Out[2]=

Visualization

Show the most frequently used verbs:

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

Show the distribution of word lengths:

In[4]:=
With[{words = TextWords[ResourceData["The Mystery of Cloomber"]]},
 Histogram[(StringLength /@ words), PlotRange -> Full]]
Out[4]=

Wolfram Research, "The Mystery of Cloomber" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.44985.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information