Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 453 Bytes

File metadata and controls

2 lines (2 loc) · 453 Bytes

Word-Cloud-Google-s-Word-Cloud-Project-2020

In this project, we’ll create a “word cloud” from a text by writing a script. This script needs to process the text, remove punctuation, ignore case and words that do not contain all alphabets, count the frequencies, and ignore uninteresting or irrelevant words. A dictionary is the output of the calculate_frequencies function. The wordcloud module will then generate the image from your dictionary.