Skip to content

ALedgerwood/Poetry-Analysis-Using-NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Module-7-Final-Project

working through a spacy tutorial to learn NLP and apply it to a poem

Tutorial from RealPython https://realpython.com/natural-language-processing-spacy-python/

Poem "The Hilly We Climb" by Amanda Gorman https://readingwise.com/assets/uploads/pdf/The_Hill_We_Climb_Transcript.pdf

Learning Outcomes:

I worked through the tutorial steps, adding explanatory markdown.

I was able to extract the text of the poem from a pdf.

I used the steps from the tutorial to do nlp on the poem:

  • remove stop words

  • lemmatize

  • look at the five most common words

  • extract just the adjectives using POS tagging

About

Utilizing a SpaCy tutorial to use NLP to analyze a poem

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published