python

python

Assessment

Flashcard

Other, Computers, Engineering

University - Professional Development

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

____________ is a Python library to make programs that work with natural language.

Back

NLTK

2.

FLASHCARD QUESTION

Front

__________is breaking a text chunk into smaller parts. E.g., breaking a paragraph into sentences, sentence into words or word into characters.

Back

Tokenization

3.

FLASHCARD QUESTION

Front

The major tasks of NLP includes: Automatic Summarization, Semantic Analysis, Machine Translation.

Back

All of the above

4.

FLASHCARD QUESTION

Front

In which step of NLP, text is Broken into small units?

Back

Tokenisation

5.

FLASHCARD QUESTION

Front

What will the output be from the following code?
print("Hello" + str(2) + "world!")

Back

Hello2world!

6.

FLASHCARD QUESTION

Front

What will the output be from the following code?
print("Hello world!" * 2)

Back

Hello world!Hello world!

7.

FLASHCARD QUESTION

Front

Joining elements together to make a string is called what?

Back

Concatenation

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?