Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Challenge: Part of Speech Tagging | Racine et Lemmatisation
Introduction au NLP

Glissez pour afficher le menu

book
Challenge: Part of Speech Tagging

Tâche

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).

Solution

Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 2. Chapitre 6
single

single

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

close

Awesome!

Completion rate improved to 3.45

book
Challenge: Part of Speech Tagging

Tâche

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).

Solution

Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

close

Awesome!

Completion rate improved to 3.45

Glissez pour afficher le menu

some-alt