Eight cousins

Source Notebook

Plaintext for Louisa May Alcott's "Eight Cousins"

(72906 words/390668 characters)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["Eight cousins"]
Out[1]=

View the data:

In[2]:=
TextCases[ResourceData["Eight cousins"], "Paragraph"][[50]]
Out[2]=

Visualization

Show the distribution of sentence lengths:

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

Show the most frequently used verbs:

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

Wolfram Research, "Eight cousins" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.07182.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information