Wolfram Research

Rinkitink in Oz

Plaintext for L. Frank Baum's "Rinkitink in Oz"

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["Rinkitink in Oz"]
Out[1]=

View the data:

In[2]:=
TextCases[ResourceData["Rinkitink in Oz"], "Paragraph"][[10]]
Out[2]=

Visualization

Compare word lengths between different works:

In[3]:=
PairedHistogram[
 StringLength /@ TextWords[ResourceData["Rinkitink in Oz"]], StringLength /@ TextWords[ResourceData["The Wonderful Wizard of Oz"]], Automatic]
Out[3]=

Show the most frequently used of proper nouns:

In[4]:=
BarChart[TakeLargest[
   Counts[TextCases[ResourceData["Rinkitink in Oz"], "ProperNoun"]], 20] // Reverse, BarOrigin -> Left, ChartLabels -> Automatic]
Out[4]=

Wolfram Research, "Rinkitink in Oz" from the Wolfram Data Repository (2016) https://doi.org/10.24097/wolfram.81606.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information