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

Pyyhkäise näyttääksesi valikon

book
Challenge: Part of Speech Tagging

Tehtävä

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

Ratkaisu

Switch to desktopVaihda työpöytään todellista harjoitusta vartenJatka siitä, missä olet käyttämällä jotakin alla olevista vaihtoehdoista
Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 2. Luku 6
single

single

Kysy tekoälyä

expand

Kysy tekoälyä

ChatGPT

Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme

close

Awesome!

Completion rate improved to 3.45

book
Challenge: Part of Speech Tagging

Tehtävä

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

Ratkaisu

Switch to desktopVaihda työpöytään todellista harjoitusta vartenJatka siitä, missä olet käyttämällä jotakin alla olevista vaihtoehdoista
Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

close

Awesome!

Completion rate improved to 3.45

Pyyhkäise näyttääksesi valikon

some-alt