The Life and Adventures of Nicholas Nickleby

Plaintext for Charles Dickens' "The Life and Adventures of Nicholas Nickleby"

(324129 words/1848361 characters)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["The Life and Adventures of Nicholas Nickleby"]
Out[1]=

View the data:

In[2]:=
TextCases[
  ResourceData["The Life and Adventures of Nicholas Nickleby"], "Paragraph"][[10]]
Out[2]=

Visualization

Compare word lengths between works:

In[3]:=
PairedHistogram[
 StringLength /@ TextWords[
   ResourceData["The Life and Adventures of Nicholas Nickleby"]], StringLength /@ TextWords[ResourceData["Oliver Twist"]], Automatic]
Out[3]=

Create a bar chart of proper nouns:

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

Wolfram Research, "The Life and Adventures of Nicholas Nickleby" from the Wolfram Data Repository (2017)   https://doi.org/10.24097/wolfram.93867.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information