ComenzarEmpieza gratis

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 ejercicio forma parte del curso

Feature Engineering for NLP in Python

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio completando el código de muestra.

# Print the gettysburg address
print(____)
Editar y ejecutar código