Text Mining with Python (week 9)

Quiz
•
Other
•
University
•
Hard
Mikhail Bukhtoyarov
Used 1+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Natural language processing (NLP) is a subfield of ... and ... that uses machine learning to enable computers to understand and communicate with human language.
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the correct order of preprocessing the text for further mining?
tokenization, lemmatization, and removing stop words
lemmatization, tokenization, and removing stop words
lemmatization, removing stop words, and tokenization
removing stop words, lemmatization, and tokenization
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does this piece of code do?
def most_common(df, top_n=10):
all_words = [word for word in ' '.join(df['processed_comments']).split() if word not in string.punctuation]
word_counts = Counter(all_words)
top_10_words = word_counts.most_common(top_n)
return top_10_words
identifies the most recurrent themes or issues
tokenizes the textual data
categorizes comments
scrapes the html files to csv
4.
MULTIPLE SELECT QUESTION
1 min • 1 pt
What Python libraries are used for text mining?
NLTK
Pandas
BeutifulSoup
TextBlob
5.
MULTIPLE SELECT QUESTION
1 min • 1 pt
What can NLTK (natural language toolkit) be used for?
stemming and lemmatization
tokenization
sentiment analysis
speech recognition
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is Pandas library used for?
working with MS Office files
building neural networks
data manipulation and analysis
speech recognition
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
The goal of sentiment analysis is to determine the overall sentiment polarity of a piece of text, which can be ...
positive, negative, or neutral
positive, negative, emotional, or neutral
sentimental, rational
poetical, prosaic, academic, legal, etc.
Similar Resources on Wayground
10 questions
ESL Practice Test

Quiz
•
University - Professi...
10 questions
Pragmatics

Quiz
•
University
10 questions
Research Methodology

Quiz
•
University
12 questions
LLP_W4

Quiz
•
University
8 questions
Physiotherapy

Quiz
•
11th Grade - University
10 questions
Phonemic Awareness & Phonics

Quiz
•
University
11 questions
Review from Reminders PP

Quiz
•
University
10 questions
CHAPTER 12 YGY

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Other
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University