Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msszczep/710dafcd2d0119e934759a71fd6f1af1 to your computer and use it in GitHub Desktop.
Save msszczep/710dafcd2d0119e934759a71fd6f1af1 to your computer and use it in GitHub Desktop.
Wolfram Language: NYTimes Noun Wordcloud
CloudDeploy[WordCloud[Flatten[TextCases[StringCases[URLFetch["www.nytimes.com"], Shortest["<p class=\"summary\" ~~ x__ ~~ "</p>"] -> x], "Noun"]]]]
https://www.wolframcloud.com/objects/aad30d4c-cce8-45c2-b0c3-afa03f606f64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment