Dombey and Son

Plaintext for Charles Dickens' "Dombey and Son"

(356805 words/1993221 characters)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["Dombey and Son"]
Out[1]=

View the data:

In[2]:=
TextCases[ResourceData["Dombey and Son"], "Paragraph"][[10]]
Out[2]=

Visualization

Comparison of sentence lengths:

In[3]:=
With[{sentences = TextSentences[ResourceData["Dombey and Son"]]},
 Histogram[(Length /@ (TextWords /@ sentences)), PlotRange -> Full]]
Out[3]=

Show the most frequently used verbs:

In[4]:=
BarChart[TakeLargest[
   Counts[TextCases[ResourceData["Dombey and Son"], "Verb"]], 20] // Reverse, BarOrigin -> Left, ChartLabels -> Automatic]
Out[4]=

Wolfram Research, "Dombey and Son" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.81707.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information