Moby Dick Top 100 Words Excluding Stop Words

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.

Prerequisites

Coded using VSCode.

Python 3.9.6 - Download link

Running this project

  1. Clone this repository to your local machine
    git clone https://github.com/christinareanna/MobyDick-Python-Challenge.git

  2. Run file to get top 100 words without stopwords
    python3 cleanwords.py

  3. Run unit tests
    python3 unit-test.py

Results are shown in the console when running files.