Eikon Data API - Python Quants Tutorial 10 - NLP I : News Text Analysis
Presenter: Dr. Yves Hilpisch of The Python Quants
Length: 12 mins
It is easy to retrieve news headlines and stories using the Eikon Data API. We show you how to implement a Natural Language Processing (NLP) analysis on news text. We tokenize the raw text and aggregate these into a collection and then build a vocabulary for this collection.
- Retrieving News Headlines and Story Texts
- Extracting Raw Text from HTML
- Tokenizing a Raw Text
- Collecting Raw Texts and Tokenizing them
- Building a Vocabulary for a Raw Text Collection Next Tutorial>>>