セクション 2. 章 6
single
Challenge: Part of Speech Tagging
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
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:
- Import the correct function for POS tagging.
- Download the model needed for NLTK's POS tagging.
- Perform POS tagging and save the results in
tagged_tokens. - Convert the result to DataFrame (do NOT transpose it).
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 6
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください