The Old Curiosity Shop

Plaintext for Charles Dickens' "The Old Curiosity Shop"

(217394 words/1214976 characters)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["The Old Curiosity Shop"]
Out[1]=

View the data:

In[2]:=
TextCases[ResourceData["The Old Curiosity Shop"], "Paragraph"][[20]]
Out[2]=

Visualization

Comparison of sentence lengths:

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

Show the most frequently used verbs:

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

Wolfram Research, "The Old Curiosity Shop" from the Wolfram Data Repository (2017)   https://doi.org/10.24097/wolfram.87217.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information