Wolfram Research

Master of the World

Plaintext for Jules Verne's "Master of the World"

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["Master of the World"]
Out[1]=

View the data:

In[2]:=
TextCases[ResourceData["Master of the World"], "Paragraph"][[10]]
Out[2]=

Visualization

Show the distribution of word lengths:

In[3]:=
With[{words = TextWords[ResourceData["Master of the World"]]},
 Histogram[(StringLength /@ words), PlotRange -> Full]]
Out[3]=

Show the most frequently used verbs:

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

Wolfram Research, "Master of the World" from the Wolfram Data Repository (2016) https://doi.org/10.24097/wolfram.82940.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information