The Voyage of the Beagle

Plaintext for Charles Darwin's "The Voyage of the Beagle"

(206653 words/1185873 characters)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["The Voyage of the Beagle"]
Out[1]=

View the data:

In[2]:=
RandomChoice[
 TextCases[ResourceData["The Voyage of the Beagle"], "Paragraph"]]
Out[2]=

Visualization

Show the popularity of countries in the text:

In[3]:=
BarChart[
 TakeLargest[
   Counts[Interpreter["Country"][
     ToLowerCase /@ TextCases[ResourceData["The Voyage of the Beagle"], "Country"]]], 10] // Reverse, BarOrigin -> Left, ChartLabels -> Automatic]
Out[3]=

Show the most frequently used adjectives:

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

Wolfram Research, "The Voyage of the Beagle" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.07285.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information