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.
Cet exercice fait partie du cours
Feature Engineering for NLP in Python
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Print the gettysburg address
print(____)