NLP WEEK1-B1

NLP WEEK1-B1

University

10 Qs

quiz-placeholder

Similar activities

Python Regular Expressions, Lambdas and Map

Python Regular Expressions, Lambdas and Map

University

10 Qs

Практическое применение ИИ тест 2

Практическое применение ИИ тест 2

University

15 Qs

Quiz 8

Quiz 8

University

10 Qs

python

python

University

15 Qs

PAP Module-3 Part3

PAP Module-3 Part3

University

15 Qs

NLP QUIZ

NLP QUIZ

7th Grade - University

10 Qs

NLP 1

NLP 1

12th Grade - University

12 Qs

Pre Processing

Pre Processing

University

10 Qs

NLP WEEK1-B1

NLP WEEK1-B1

Assessment

Quiz

Computers

University

Medium

Created by

Prashanthi Prashanthi

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which library in Python is commonly used for NLP tasks?

Numpy

TensorFlow

NLTK

Keras

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which module is used in Python for regular expressions?

'regex'

're'

'regexp'

'rex'

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which character is used to represent zero or more occurrences of the preceding character in a regular expression?

+

?

*

$

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the \b in a regular expression pattern represent?

Beginning of a string


End of a string

Word boundary

Any character

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a regular expression, what does [a-zA-Z] represent?

Matches any single character

Matches any lowercase character

Matches any uppercase character

Matches any letter

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the \s in a regular expression pattern represent?

Any character

  • Any digit


Any whitespace character

Any special character

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the "re.fullmatch()" method do in Python RegEx?

Matches a pattern anywhere in the string

Matches the entire string against a pattern

Returns the first occurrence of a pattern

Performs a case-sensitive search

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?