Persuasion

Plaintext for Jane Austen's "Persuasion"

(83345 words/466813 characters)

Examples

Basic Examples

View the text:

In[1]:=
TextCases[ResourceData["Persuasion"], "Paragraph"][[50]]
Out[1]=

Visualization

Show the most frequently used of proper nouns:

In[2]:=
BarChart[
 TakeLargest[
   Counts[TextCases[ResourceData["Persuasion"], "ProperNoun"]], 20] //
   Reverse, BarOrigin -> Left, ChartLabels -> Automatic]
Out[2]=

Show the distribution of sentence lengths:

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

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

Data Resource History

Source Metadata

Data Downloads

Publisher Information