You are on page 1of 15

Word Cloud

Generator
Done by Sithara Mubeen
Synopsis ● Word Cloud Generator is a word cloud generating tool in python.

● Word cloud are generated from from excel sheet of reviews, copy paste text
and from content from wiki for any text query.

● This tool will generate a visual representation of a text, in which words


appear bigger the more often they are mentioned and are great for visualizing
unstructured text data and getting insights on trends and patterns.

● Advantages of word cloud generator are:

o The human brain loves visual data

o Word clouds can provide insight for large sets of data


Purpose of
For Fiction writers Analyzing Customer Visualizing
Feedback Wikipedia

this tool
A word cloud can
help you identify This tool can This tool help to
your overused words. generate word cloud visualize wiki
The most commonly from product content about a
used words are the reviews. Customer particular search
biggest. It's easy to feedback allows query
see if the big words companies to
are the words you understand what
want to use the most clients like and
dislike about their
products.
Python Modules Needed
● wordcloud

● numpy

● pandas

● wikipedia

● PIL(pillow)

● beautifulsoup4
Screenshots of working of this tool
1. Run the code. Below option will be displayed. Enter 1 as input
2. Enter the csv file name cloth_review
3. Word cloud of csv will be generated
4. Run again the code and select option 2 and Input any query.
Here given string icfoss
5. Word cloud generated
6. Run the code by selecting option 3, copy paste any text. Word
cloud is generated
7. Word cloud is generated
Future work
User Interface to tool Using Natural language Word Cloud from Twitter and
processing further processing facebook tweets and posts
of dataset and filtering out
negative and positive review
word cloud
References
● https://www.geeksforgeeks.org/generating-word-cloud-python/

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

● https://towardsdatascience.com/simple-wordcloud-in-python-2ae54a9f58e5

● https://www.freecodecamp.org/news/web-scraping-python-tutorial-how-to-scrape-data-from-
a-website/

● Many more websites and youtube videos

● Dataset from data.wor


Thanks!

You might also like