Death in Venice

Plaintext in German for Thomas Mann's "Death in Venice"

(25028 words/169657 characters)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["Death in Venice"]
Out[1]=

View the data:

In[2]:=
RandomChoice[TextCases[ResourceData["Death in Venice"], "Paragraph"]]
Out[2]=

Visualization

Show the distribution of word lengths:

In[3]:=
With[{words = TextWords[ResourceData["Death in Venice"]]},
 Histogram[(StringLength /@ words), PlotRange -> Full]]
Out[3]=

Show the distribution of sentence lengths:

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

Wolfram Research, "Death in Venice" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.42232.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information