Get startedGet started for free

Lemmatizing the Gettysburg address

In this exercise, we will perform lemmatization on the same gettysburg address from before.

However, this time, we will also take a look at the speech, before and after lemmatization, and try to adjudge the kind of changes that take place to make the piece more machine friendly.

This exercise is part of the course

Feature Engineering for NLP in Python

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Print the gettysburg address
print(____)
Edit and Run Code