What are the most frequent words in F. Scott Fitzgerald's novel, The Great Gatsby, and how often do they occur?
In this notebook, we'll scrape the novel from the website Project Gutenberg using the Python package requests. Words will be extracted using BeautifulSoup. Finally, analysis of the most frequent words will be done using Natural Language Toolkit(nltk).