The document discusses using sentiment analysis with natural language processing (NLP) to analyze investor sentiments and improve stock market decision making. It describes a 3 phase NLP model built with Python's NLTK toolkit: 1) pre-processing data, 2) scraping online sources to determine sentiment towards a stock, 3) using machine learning classifiers and sentiment scores to optimize results. The model aims to help executives decide whether to buy, hold, or sell a company's stock through more accurate sentiment forecasting.
Related topics: