Nostromo

Plaintext for Joseph Conrad's "Nostromo"

(170862 words/967706 characters)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["Nostromo"]
Out[1]=

View the data:

In[2]:=
RandomChoice[TextCases[ResourceData["Nostromo"], "Paragraph"]]
Out[2]=

Visualization

Show the distribution of sentence lengths:

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

Show the popularity of countries in a text:

In[4]:=
BarChart[TakeLargest[
   Counts[Interpreter["Country"][
     ToLowerCase /@ TextCases[ResourceData["Nostromo"], "Country"]]], 12] // Reverse, BarOrigin -> Left, ChartLabels -> Automatic]
Out[4]=

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

Data Resource History

Source Metadata

Data Downloads

Publisher Information