Giter Club home page Giter Club logo

nlp-based_sentiment_analyzer_suggestion_system_news-'s Introduction

NLP_news-recommendation

NLP-based system to recommend news articles according to sentiment and duplicity

This is a tool created to analyze news articles about any firm from the web and correlate with the firm's stock price. After pulling articles from the web, the program removes duplicates and other closely-related articles and scores the remaining articles for sentiment. These are then matched with the corresponding company's stock price movement and that in the S&P 500 index. It also provides an estimate of the investor sentiment by analyzing the polarity of the tweets from investors on the StockTwits platform.

In order to use this tool, the user will need to have Python 3 with all the requisite packages installed on the system. Following is a list of detailed instructions for installing the required packages and setting the configuration for each run. The authentication credentials required to use the StockTwits module will have to one's own - the one posted here is a placeholder.

Step 1. Installing Python 3

There are several ways to install python 3. https://www.python.org/ has all the versions. For a guide on installing python please visit https://realpython.com/installing-python/#windows

Step 2: Install Packages

- SciPy

$ python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose

https://www.scipy.org/install.html

If you are using pip version under 18, you might consider upgrading via the 'pip install --upgrade pip' command.

- Sci-kit Learn

$ pip install -U scikit-learn

http://scikit-learn.org/stable/install.html

- Fix-Yahoo-Finance

$ pip install fix_yahoo_finance

https://pypi.org/project/fix-yahoo-finance/

- Pandas-Datareader

$ pip install pandas-datareader might install version 0.6.0 which using the expired API, instead

install latest development version

$ pip install git+https://github.com/pydata/pandas-datareader.git

- PySentiment $pip install pysentiment

https://pypi.org/project/pysentiment/

-PyTwits

  • PySentiment $pip install pytwits

https://pypi.org/project/pytwits/

nlp-based_sentiment_analyzer_suggestion_system_news-'s People

Contributors

neophyticfern avatar

Watchers

James Cloos avatar  avatar

Forkers

prizm1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.