# Description Flag non-stop words with part of speech. # Objectives 1. Use an NLP library's built-in POS tagging function wrapped inside a helper function. 2. Add function to filter words with certain POS tags.