DuongVu39 / WordCloud

Tutorial for DataCamp instruct creating a WordCloud with custome shape, colors, etc.

Home Page:https://www.datacamp.com/community/tutorials/wordcloud-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generating Word Clouds in Python

Learn how to perform Exploratory Data Analysis for Natural Language Processing using WordCloud in Python.

The tutorial is published on DataCamp in here

Many times you might have seen a cloud filled with lots of words in different sizes, which represent the frequency or the importance of each word. This is called Tag Cloud or WordCloud. For this tutorial, you will learn how to create a WordCloud of your own in Python and customize it as you see fit. This tool will be quite handy for exploring text data and making your report more lively.

In this tutorial we will use a wine review dataset taking from Wine Enthusiast website to learn:

  • How to create a basic wordcloud from one to several text documents
  • Adjust color, size and number of text inside your wordcloud
  • Mask your wordcloud into any shape of your choice
  • Mask your wordcloud into any color pattern of your choice

Examples

A standard word cloud:

A word cloud in shape

Dependencies

About

Tutorial for DataCamp instruct creating a WordCloud with custome shape, colors, etc.

https://www.datacamp.com/community/tutorials/wordcloud-python

License:MIT License


Languages

Language:Jupyter Notebook 100.0%