sirVir / SentimentAnalysisSDM

Implementation of sentiment analysis algorithms using labMT word set - and extending the set using Bayes classifier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SentimentAnalysisSDM

Implementation of sentiment analysis algorithms using labMT word set - and extending the set using Bayes classifier.

Folder structure:

  • preprocessing - add scripts related to fetching, sanitizing and serializing data
  • implementation - add scripts related to deserializing of data, implementation of sentiment analysis algorithm, training of the Bayesian classifier, etc.
  • documents - add relevant documents (e.g. final report, as PDF and only tex file)
  • website - add all the content that consists the presentation website
  • data - add relevant data (however, consider this as development data - therefore data sets should be rather small to reduce computation time. If larger data sets will be eventually processed, the corresponding files will not be committed here)

About

Implementation of sentiment analysis algorithms using labMT word set - and extending the set using Bayes classifier.


Languages

Language:Python 100.0%