Giter Site home page Giter Site logo

nlp_twitter_sentiment_analysis's Introduction

Twitter Sentiment Analysis

This Shiny R application has an interface with Twitters API and request the last 'N' tweets, given a date range.

The app displays information on the sentiment of the tweet (based on the content of positive/negative words of the Tweet according to predefined positive/negative words).

The project is hosted in: Twitter_analysis

1- Request data through Twitter's API 2- Strip text data from stop words 3- Count positive/negative remaining words 4- Extract user devices and print them on a table 5- Plot graph

This has obvious caveats as negation "not good" should be negative but the word good itself is positive. Or words like Trump could be negative or positive depending on context.

The user interaction begins by typing a word to search within the tweets, specifying the amount of tweets and then setting a date range.

  • ui.R: is the user interface configuration, it sets how the app is visualized and interacted with.
  • server.R this file is the flow control of the application, receiving the inputs from ui.R and generating outputs to it.
  • global.R: This is an auxiliary file where some functions are defined to be later called by global.R

nlp_twitter_sentiment_analysis's People

Contributors

luisecastro avatar

Stargazers

Karan Verma avatar

Watchers

James Cloos avatar  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.