Little Dorrit

Plaintext for Charles Dickens' "Little Dorrit"

(339430 words/1880588 characters)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["Little Dorrit"]
Out[1]=

View the data:

In[2]:=
TextCases[ResourceData["Little Dorrit"], "Paragraph"][[25]]
Out[2]=

Visualization

Generate a WordCloud:

In[3]:=
WordCloud[DeleteStopwords[ResourceData["Little Dorrit"]]]
Out[3]=

Show the most frequently used adjectives:

In[4]:=
TakeLargest[
 Counts[TextCases[ResourceData["Little Dorrit"], "Adjective"]], 20]
Out[4]=

Show the distribution of sentence lengths:

In[5]:=
With[{sentences = TextSentences[ResourceData["Little Dorrit"]]},
 Histogram[(Length /@ (TextWords /@ sentences)), PlotRange -> Full]]
Out[5]=

Wolfram Research, "Little Dorrit" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.23558.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information