Skip to content

Instantly share code, notes, and snippets.

@omarsar
Created August 12, 2018 23:31
Show Gist options
  • Save omarsar/8d6d7e9f2d019bf3709947de34216396 to your computer and use it in GitHub Desktop.
Save omarsar/8d6d7e9f2d019bf3709947de34216396 to your computer and use it in GitHub Desktop.
wordcloud = WordCloud().generate(document)
plt.imshow(wordcloud, interpolation='bilinear')
plt.axis("off")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment