セクション 2. 章 4
single
Challenge: Lemmatization
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
You are given some text in text variable. Tokenization is already completed with stop words filtered out. Your task is to lemmatize the resulting tokens. To do this:
- Import the WordNet lemmatizer.
- Download the WordNet corpus.
- Create a WordNet lemmatizer and save it in
lemmatizer. - Lemmatize the tokens using list comprehension and save the result in
lemmatized_tokens.
Do not specify parts of speech during lemmatization.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 4
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください