Find the Distribution of English Words' Frequency
Count the occurrence of words in the US Constitution.
In[1]:=
text = ExampleData[{"Text", "USConstitution"}, "Words"];
wordCount = Values[Counts[text]];
Find a simple distribution for the word counts.
In[2]:=
e\[ScriptCapitalD] = FindDistribution[wordCount]
Out[2]=
Compare the found distribution with the word counts.
show complete Wolfram Language input
Out[3]=