Week1

Week1

University

13 Qs

quiz-placeholder

Similar activities

Are you ready ?!

Are you ready ?!

10th Grade - University

8 Qs

HTML Level 1

HTML Level 1

8th Grade - University

16 Qs

PAW.09 - DOM Javascript

PAW.09 - DOM Javascript

University

10 Qs

Week 3 - PART 2 | Networking Quiz

Week 3 - PART 2 | Networking Quiz

University

18 Qs

Linux Basics for Beginners

Linux Basics for Beginners

University

15 Qs

Exploring Multimedia in the Digital Age

Exploring Multimedia in the Digital Age

University

15 Qs

Kiểm Tra Môn Tin Học 10

Kiểm Tra Môn Tin Học 10

10th Grade - University

17 Qs

Test

Test

12th Grade - University

8 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?