On the Origin of Species

On the Origin of Species By Means of Natural Selection, or, the Preservation of Favoured Races in the Struggle for Life, by Charles Darwin

(150144 words/893878 characters)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["On the Origin of Species"]
Out[1]=

View the data:

In[2]:=
Snippet[ResourceData["On the Origin of Species"], 15]
Out[2]=

Visualization

Compare lengths of sentences:

In[3]:=
With[{sentences = TextSentences[ResourceData["On the Origin of Species"]]},
 Histogram[(Length /@ (TextWords /@ sentences)), PlotRange -> Full]]
Out[3]=

Show the most frequently used adjectives:

In[4]:=
BarChart[TakeLargest[
   Counts[TextCases[ResourceData["On the Origin of Species"], "Adjective"]], 20] // Reverse, BarOrigin -> Left, ChartLabels -> Automatic]
Out[4]=

Wolfram Research, "On the Origin of Species" from the Wolfram Data Repository (2015)   https://doi.org/10.24097/wolfram.04126.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information