Plato's Meno - English

Meno by Plato

(12843 words/69146 characters)

Examples

Basic Examples

Retrieve the text:

In[1]:=
TextCases[ResourceData["Plato's Meno - English"], "Sentence"][[10]]
Out[1]=

Visualization

Show the distribution of sentence lengths:

In[2]:=
With[{sentences = TextSentences[ResourceData["Plato's Meno - English"]]},
 Histogram[(Length /@ (TextWords /@ sentences)), PlotRange -> Full]]
Out[2]=

Show the most frequently used verbs:

In[3]:=
BarChart[
 TakeLargest[
   Counts[TextCases[ResourceData["Plato's Meno - English"], "Verb"]], 20] // Reverse, BarOrigin -> Left, ChartLabels -> Automatic]
Out[3]=

Wolfram Research, "Plato's Meno - English" from the Wolfram Data Repository (2015)   https://doi.org/10.24097/wolfram.11423.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information