The Adventures of Sherlock Holmes

Plaintext for Arthur Conan Doyle's "The Adventures of Sherlock Holmes"

(104642 words/562330 characters)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["The Adventures of Sherlock Holmes"]
Out[1]=

View the data:

In[2]:=
TextCases[ResourceData["The Adventures of Sherlock Holmes"], "Paragraph"][[10]]
Out[2]=

Visualization

Generate a WordCloud:

In[3]:=
WordCloud[
 DeleteStopwords[ResourceData["The Adventures of Sherlock Holmes"]]]
Out[3]=

Show the most frequently used of proper nouns:

In[4]:=
BarChart[
 TakeLargest[
   Counts[TextCases[ResourceData["The Adventures of Sherlock Holmes"],
      "ProperNoun"]], 20] // Reverse, BarOrigin -> Left, ChartLabels -> Automatic]
Out[4]=

Wolfram Research, "The Adventures of Sherlock Holmes" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.99562.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information