The War in the Air

Plaintext for H. G. Wells' "The War in the Air"

(97559 words/559869 characters)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["The War in the Air"]
Out[1]=

View the data:

In[2]:=
TextCases[ResourceData["The War in the Air"], "Paragraph"][[50]]
Out[2]=

Visualization

Compare word lengths between different works:

In[3]:=
PairedHistogram[
 StringLength /@ TextWords[ResourceData["The War in the Air"]], StringLength /@ TextWords[ResourceData["The Time Machine"]], Automatic]
Out[3]=

Show the most frequently used adjectives:

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

Wolfram Research, "The War in the Air" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.05215.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information