Round the Moon

Plaintext in English for Jules Verne's "Round the Moon"

(98969 words/586118 characters)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["Round the Moon"]
Out[1]=

View the data:

In[2]:=
RandomChoice[TextCases[ResourceData["Round the Moon"], "Paragraph"]]
Out[2]=

Visualization

Show the distribution of sentence lengths:

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

Show the most frequently used verbs:

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

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

Data Resource History

Source Metadata

Data Downloads

Publisher Information