Sentence Parser

About the project:

This is a project as part of cs50ai, and it challenged me to break apart the various components of sentence based on its individual parts. The program then built a visual tree of the sentence structure, and printed out all of the noun phrase chunks (noun phrases that themselves contain no more noun phrases). You can find the code on GitHub here: https://github.com/c-crowder/cs50_ai/tree/main/parser


Technology used:

Python, nltk