ComeçarComece de graça

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.

Este exercício faz parte do curso

Feature Engineering for NLP in Python

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Print the gettysburg address
print(____)
Editar e executar o código