The Golden Bowl

Plaintext for Henry James' "The Golden Bowl"

(207461 words/1158918 characters)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["The Golden Bowl"]
Out[1]=

View the data:

In[2]:=
TextCases[ResourceData["The Golden Bowl"], "Paragraph"][[12]]
Out[2]=

Visualization

Compare word lengths between different works:

In[3]:=
PairedHistogram[
 StringLength /@ TextWords[ResourceData["The Golden Bowl"]], StringLength /@ TextWords[
   ResourceData[
    "A Portrait of the Artist as a Young Man"]], Automatic]
Out[3]=

Show the most frequently used verbs:

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

Wolfram Research, "The Golden Bowl" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.03261.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information