| Wolfram Technology Guide: High-Level String Computation | ◄ previous | next ► |
In[1]:= | ListLinePlot[
MovingAverage[
Length[WordData[ToLowerCase[#]]] & /@
Flatten[StringCases[
ExampleData[{"Text", "DeclarationOfIndependence"}, "Words"],
LetterCharacter ..]], 20], Filling -> Axis,
PlotRange -> {0, All}, Frame -> True] |
Out[1]= ![]() | ![]() |