The Odyssey - Greek

The Odyssey, by Homer

(87218 words/541388 characters)

Examples

Basic Examples

View the text:

In[1]:=
TextCases[ResourceData["The Odyssey - Greek"], "Sentence"][[1 ;; 3]]
Out[1]=

Visualization

Show the distribution of word lengths:

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

Show the distribution of sentence lengths:

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

Wolfram Research, "The Odyssey - Greek" from the Wolfram Data Repository (2015)   https://doi.org/10.24097/wolfram.63832.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information