How to Make a Wordcloud in Python! (w/ FOMC press releases)
Eric Lenz
0:00 / 0:00
How to Make a Wordcloud in Python! (w/ FOMC press releases)
105 просмотров · 1 год назад
Eric Lenz
542 подписчика
105 просмотров · 1 год назад
I show how to make a Wordcloud in Python using web-scraping and natural language processing techniques. We look at a Federal Open Market Committee (FOMC) press release which highlights the Fed's focus and goals for monetary policy. I also show that the Fed cares a little more about communicating risks post-pandemic.
wordcloudyt text file: https://docs.google.com/document/d/11...
Github link with more examples: https://github.com/lenzeric/wordcloud...
00:00 Introduction
01:49 Packages/pip installer
04:10 BeautifulSoup
07:18 Page source/HTML
09:00 text
09:46 NLP
11:00 sent
11:44 words
12:36 list_words
13:26 low_words
13:52 remove_words
14:06 punc_words
14:22 Lemmatization
16:43 delete_1st
18:51 unique_string
19:19 Wordcloud
20:27 image
21:06 FOMC comparison
#naturallanguageprocessing #webscraping #python #wordcloud