"Stately, plump Buck Mulligan came from the stairhead, bearing a bowl of lather on which a mirror and a razor lay crossed. A yellow dressinggown, ungirdled, was sustained gently behind him on the mild morning air. He held the bowl aloft and intoned: Introibo ad altare Dei." - James Joyce
In this project, I scraped the novel Ulysses from the website Project Gutenberg using the Python package requests
. Then, I extracted and tokenized the text from html using BeautifulSoup
and nltk
. Finally, I dived into a sentiment analysis of 30 characters from the novel using nltk
and Vader
.