Introduction

During the past week, we have moved from exploring images as a data source to using text as a data source. For this lab, you will program your own function to use the Natural Language ToolKit (NLTK) to find colors in the text of The Hunger Games.

Assignment

Download and merge the branch lab_textColor and complete the makeFreq function in py/compute.py.

Submission

For this lab, you should be ready to show off your image to the whole class. You must also commit and push your code to your forked repo before 11:00am.

Instructions to commit and push are also found on the CS 205 git exercise page