Week1

Week1

University

13 Qs

quiz-placeholder

Similar activities

systems software

systems software

7th Grade - University

17 Qs

EXCEL TEST

EXCEL TEST

University

10 Qs

Google Slides Assessment - OPEN SLIDE

Google Slides Assessment - OPEN SLIDE

8th Grade - University

16 Qs

Flag Design Quiz (Graphic Design)

Flag Design Quiz (Graphic Design)

10th Grade - University

12 Qs

Mastering Microsoft OneDrive Basics

Mastering Microsoft OneDrive Basics

12th Grade - University

10 Qs

affiche_1

affiche_1

10th Grade - University

15 Qs

Викторина ИИ

Викторина ИИ

University

10 Qs

Quis Object Detection

Quis Object Detection

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?