Search Header Logo

Week1

Authored by C A

Information Technology (IT)

University

Used 5+ times

Week1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?