Skip to content

cwayad/companySentimentAnalysis

Repository files navigation

CompanySentimentAnalysis

This repo contains an application of some regression classifiers, in order to learn a model for comapny headlines sentiment analysis. There are two .py files :

1- main.py : the steps from laoding data, preprocessing the training and test sets, applying the regression classifier on the first and predicting the sentiment score on the second set are contained in this file.

2- Word2VecUtility.py : Contains different functions that preprocess the headlines and output a list of words

  • run main.py for a test

Requirements

python 3
NLTK
    download punkt model from nltk
    download stopwords corpora from nltk.
        you can download them by typing nlkt.download() in your python3 console

Next ...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages