Skip to content

Instantly share code, notes, and snippets.

@msszczep
Last active April 22, 2016 01:31
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/52fe8c2ab63065793dca to your computer and use it in GitHub Desktop.
Save msszczep/52fe8c2ab63065793dca to your computer and use it in GitHub Desktop.
Wikipedia Wordcloud in Wolfram
CloudDeploy[FormFunction[{"article" -> "String"},Show[WordCloud[DeleteStopwords[WikipediaData[#article]], ImageSize -> Large]] &,
"GIF", AppearanceRules -> <|"Title" -> "Wikipedia Wordcloud", "Description" -> "Type in the name of a Wikipedia article
and get a word cloud of the article."|>, FormTheme -> "Blue" ], Permissions->"Public"]
https://www.wolframcloud.com/objects/f7615524-b20b-4427-b4fa-ac4dec8dd651
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment