Generating simple wordcloud from a wikipedia article
- extracting a wikipedia article using BeautifulSoup (bs4)
- wrangle and clean the text using regex, clean_text, and nltk stopwrods
- the related wordcloud has single quotation symbols all over, need to clean that