Exam 12: Natural Language Processing  

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Which of the following is not a TextBlob capability?

Free
(Multiple Choice)
4.7/5
(44)
Correct Answer:
Verified

D

Which of the following statements is false?

Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
Verified

D

Consider the following code: In [18]: blob Out[18]: TextBlob("Today is a beautiful day. Tomorrow looks like bad weather.") In [19]: blob.sentiment Out[19]: Sentiment(polarity=0.07500000000000007, Subjectivity=0.8333333333333333) Which of the following statements is false?

Free
(Multiple Choice)
4.7/5
(48)
Correct Answer:
Verified

D

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(47)

Which of the following statements is false?

(Multiple Choice)
4.9/5
(37)

The following code creates and configures a WordCloud object: from wordcloud import WordCloud Wordcloud = WordCloud(colormap='prism', mask=mask_image, Background_color='white') Which of the following statements is false?

(Multiple Choice)
4.8/5
(38)

Given the following Word object: In [1]: from textblob import Word In [2]: happy = Word('happy') Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(29)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(37)

Which of the following statements is false?

(Multiple Choice)
4.9/5
(37)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(28)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(33)

Splitting text into meaningful units, such as words and numbers is called ________.

(Multiple Choice)
5.0/5
(32)

In the field of NLP, a text collection is generally known as a ________.

(Multiple Choice)
4.7/5
(40)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(29)

Which of the following statements is false?

(Multiple Choice)
4.9/5
(51)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(35)

Assuming you have a TextBlob named blob containing 'Today is a beautiful day. Tomorrow looks like bad weather.', what property should replace the ? in the following snippet to get the output shown below? In [8]: blob.? Out[8]: WordList(['Today', 'is', 'a', 'beautiful', 'day', 'Tomorrow', 'looks', 'like', 'bad', 'weather'])

(Multiple Choice)
4.8/5
(44)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(39)

________ are sets of consecutive words in a corpus for use in identifying words that frequently appear adjacent to one another.

(Multiple Choice)
4.9/5
(39)

Which of the following statements about WordCloud is false?

(Multiple Choice)
4.8/5
(33)
Showing 1 - 20 of 22
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)