Skip to content

bailingwjw/OpinionMining

 
 

Repository files navigation

Opinion Mining

Aurélien Pacard, Alain Soltani

This project aims at studying various algorithms for movie review classification, i.e. categorizing opinions within a pre-specified range of “non-favorable to favorable” rankings.

More specifically, we are given two sets of movie reviews:

  1. A set of 25,000 documents that contain labeled reviews either as positive or negative (50%-50%).
  2. Another set of 25.000 documents containing unlabeled reviews, to be classified.

Throughout this project, we will evaluate the performance of state-of-the-art algorithms such as Doc2Vec or TW-IDF.

About

Semantic Analysis using Doc2Vec & TW-IDF.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.2%
  • Jupyter Notebook 7.8%