Giter VIP home page Giter VIP logo

sentimental's Introduction

About Sentimental

Sentimental is a sentiment analyzer that analyzes the polarity of a set of statements and classifies the statement as "positive", "negative" or "neutral" using the naive bayes classifier. It uses but a very basic approach to identify keywords in a statement which reflect its polarity.

It makes use of two classifiers for the purpose:

  1. subjective-objective classifier a.k.a Level1 classifier

    • Identifies whether the given statement is a subjective statement or an objective statement
    • Trained with 1000 subjective and 1000 objective statements picked from movie reviews
    • Takes 62 seconds to build the training set and 57 seconds to train the classifier
  2. Polarity classifier a.k.a Level2 classifier

    • Classifies the given statement as positive or negative
    • Trained with 1000 positive and 1000 negative statements picked from movie reviews
    • Takes 51 seconds to build the training set and 52 seconds to train the classifier

Accuracy Sentimental has an accuracy of 70.1%

Dependencies nltk

How to run ? Run base.py to train the classifier. Or you can directly run classifier.py with the already trained classifier available in the same directory.

python base.py
python classifier.py <test_file>

sentimental's People

Contributors

sumanthprabhu avatar

Watchers

James Cloos avatar

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.