Week1

Week1

University

13 Qs

quiz-placeholder

Similar activities

G4-Microprocessors and Their Uses

G4-Microprocessors and Their Uses

4th Grade - University

15 Qs

Exploring Sentiment Analysis Techniques

Exploring Sentiment Analysis Techniques

University

15 Qs

Microsoft Word test 1

Microsoft Word test 1

6th Grade - University

16 Qs

Uji Pemahaman Microsoft Word

Uji Pemahaman Microsoft Word

10th Grade - University

10 Qs

Le Codage Numérique des Images

Le Codage Numérique des Images

5th Grade - University

11 Qs

Texto PSQ 2025 Quiz EN

Texto PSQ 2025 Quiz EN

University

10 Qs

Unit: IV MongoDB and Node.js Quiz

Unit: IV MongoDB and Node.js Quiz

12th Grade - University

14 Qs

Quizziz - Clasificación Temática de Texto

Quizziz - Clasificación Temática de Texto

University

10 Qs

Week1

Week1

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

C A

Used 5+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which of the options below represent data transformation techniques?

Neutralization

One-hot Encoding

Standardization

Take-two Encoding

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What NLTK function should you use to split a text into individual words?

word_lemmatizer

word_stemmer

word_tokenize

word_normalize

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What function ensures that words like "the" or "is" are excluded from the token list?

remove_stopwords(tokens)

stem_tokens(tokens)

pos_tagging(tokens)

remove_the(tokens)

remove_is(tokens)

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What method should you use to reduce words to their root form, even if the root form is not an actual word?

tagging

lematization

stemming

normalization

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What method would you use to convert the word "went" to "go"?

tagging

normalization

stemming

lemmatization

6.

MULTIPLE SELECT QUESTION

1 min • 1 pt

What will be the results of using lemmatization on the word "saw"?

see

saw

seen

sawing

Answer explanation

The word "saw" is a context-dependent lemma (same word can have different meanings). The word "saw" can function as both a verb and a noun. Lemmatization depends on the part-of-speech (POS) tag to determine the correct base form (lemma).

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What NLTK function should you use for labeling each word in a sentence with its corresponding part of speech, such as noun, verb, adjective?

noun_tag

noun_label

pos_label

pos_tag

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?