Create a list of the 100 most frequently occurring words with the count of occurances for each word found in the attached text for Herman Melville's novel, Moby Dick. Ensure this top-100 list does not include any words in the provided stop words list.
Coded using VSCode.
Python 3.9.6 - Download link
-
Clone this repository to your local machine
git clone https://github.com/christinareanna/MobyDick-Python-Challenge.git
-
Run file to get top 100 words without stopwords
python3 cleanwords.py
-
Run unit tests
python3 unit-test.py
Results are shown in the console when running files.