Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Challenge: Part of Speech Tagging | Stemming and Lemmatization
Introduction to NLP

Desliza para mostrar el menú

book
Challenge: Part of Speech Tagging

Tarea

Swipe to start coding

Your are given some text in text variable. This text is already tokenized. Your task is to perform POS tagging and print the results as a DataFrame. To do this:

  1. Import the correct function for POS tagging.
  2. Download the model needed for NLTK's POS tagging.
  3. Perform POS tagging and save the results in tagged_tokens.
  4. Convert the result to DataFrame (do NOT transpose it).

Solución

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 2. Capítulo 6
single

single

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

close

Awesome!

Completion rate improved to 3.45

book
Challenge: Part of Speech Tagging

Tarea

Swipe to start coding

Your are given some text in text variable. This text is already tokenized. Your task is to perform POS tagging and print the results as a DataFrame. To do this:

  1. Import the correct function for POS tagging.
  2. Download the model needed for NLTK's POS tagging.
  3. Perform POS tagging and save the results in tagged_tokens.
  4. Convert the result to DataFrame (do NOT transpose it).

Solución

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

close

Awesome!

Completion rate improved to 3.45

Desliza para mostrar el menú

some-alt