CommunityGraphPlot[ First[TextStructure[First[TextSentences[WikipediaData["language"]]], "ConstituentGraphs"]]]
Hello,
I see this code on my book. I am confused why added the First before the
TextStructure[First[TextSentences[WikipediaData["language"]]],
"ConstituentGraphs"]]
I know no First will cause error, but I don't know why should add it?
Thanks.