The Lost World

Plaintext for Arthur Conan Doyle's "The Lost World"

(76057 words/424009 characters)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["The Lost World"]
Out[1]=

View the data:

In[2]:=
TextCases[ResourceData["The Lost World"], "Paragraph"][[20]]
Out[2]=

Visualization

Compare sentence lengths between different works:

In[3]:=
PairedHistogram[
 StringLength /@ TextSentences[ResourceData["The Lost World"]], StringLength /@ TextSentences[
   ResourceData["The Adventures of Sherlock Holmes"]], Automatic]
Out[3]=

Show the distribution of word lengths:

In[4]:=
With[{words = TextWords[ResourceData["The Lost World"]]},
 Histogram[(StringLength /@ words), PlotRange -> Full]]
Out[4]=

Wolfram Research, "The Lost World" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.40547.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information