Natural Language Processing with Python Updated EditionChapter 174

Chapter 12: Project: News Aggregator

Section 4 of 7-~ 1 min read-Synced from Cuantum content

1. What is the primary function of a news aggregator chatbot? - 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? - A) NumPy

  • B) Pandas
  • C) NLTK
  • D) Matplotlib

1. What is topic modeling in the context of a news aggregator? - 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