Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lernen Challenge: Part of Speech Tagging | Stemming und Lemmatisierung
Einführung in NLP

Swipe um das Menü anzuzeigen

book
Challenge: Part of Speech Tagging

Aufgabe

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

Lösung

Switch to desktopWechseln Sie zum Desktop, um in der realen Welt zu übenFahren Sie dort fort, wo Sie sind, indem Sie eine der folgenden Optionen verwenden
War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 2. Kapitel 6
single

single

Fragen Sie AI

expand

Fragen Sie AI

ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

close

Awesome!

Completion rate improved to 3.45

book
Challenge: Part of Speech Tagging

Aufgabe

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

Lösung

Switch to desktopWechseln Sie zum Desktop, um in der realen Welt zu übenFahren Sie dort fort, wo Sie sind, indem Sie eine der folgenden Optionen verwenden
War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

close

Awesome!

Completion rate improved to 3.45

Swipe um das Menü anzuzeigen

some-alt