Where Angels Fear to Tread

Plaintext for E. M. Forster's "Where Angels Fear to Tread"

(49878 words/275426 characters)

Examples

Basic Examples

Retrieve the text and view a paragraph:

In[1]:=
RandomChoice[
 TextCases[ResourceData["Where Angels Fear to Tread"], "Paragraph"]]
Out[1]=

Visualization

Show the most frequently used Adjectives:

In[2]:=
TakeLargest[
 Counts[TextCases[ResourceData["Where Angels Fear to Tread"], "Adjective"]], 20]
Out[2]=

Show the distribution of sentence lengths:

In[3]:=
With[{sentences = TextSentences[ResourceData["Where Angels Fear to Tread"]]},
 Histogram[(Length /@ (TextWords /@ sentences)), PlotRange -> Full]]
Out[3]=

Wolfram Research, "Where Angels Fear to Tread" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.38472.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information