Giter Site home page Giter Site logo

sentiment_analyser's Introduction

Sentiment Analyser App

Determine the Sentiments of the sentences whether they fall under Positive, Negative and Neutral categotries along with their scores.

Visit the working app link.

Try out any sentences in English to determine and find its sentiments.

I have used Vader Sentiment Analyzer API which are pre-trained and is a lexicon and rule based to find the sentiments of the sentence. And is open source too. Visit their link for more details and documentation.

Tech Stack: Python, Flask for RESTAPI's, HTML and CSS.

Scoring of the Sentence

Compound score of the sentiment can be treated as a useful metric when you want single unidimensional measure of the sentiment.

The positive, neutral and negative scores are ratios for proportions of text that fall in each category (so these should all add up to be 10... or close to it with float operation). These are the most useful metrics if you want multidimensional measures of sentiment for a given sentence.

Threshold has been places as per their documentation, however you can tune as per your wish in the code.

Follow and connect me at LinkedIn || Blog || Medium || Quora

Report Issues/Bugs.

sentiment_analyser's People

Contributors

manikant92 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

stynejohn

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.