Natural Language Processing with Python Updated EditionChapter 174

Chapter 12: Project: News Aggregator

Section 5 of 7-~ 12 min read-Synced from Cuantum content
  1. What is the primary function of a news aggregator chatbot?
  2. - A) To generate creative writing pieces
  • B) To fetch, categorize, and summarize news articles
  • C) To analyze financial data
  • D) To provide medical diagnoses
  1. Which library is commonly used for text preprocessing tasks like tokenization and stop word removal?
  2. - A) NumPy
  • B) Pandas
  • C) NLTK
  • D) Matplotlib
  1. What is topic modeling in the context of a news aggregator?
  2. - A) Predicting the sentiment of a news article
  • B) Summarizing the main points of a news article
  • C) Identifying the main topics present in a collection of news articles
  • D) Generating news articles based on given keywords