Coder Social home page Coder Social logo

absa-youtube's Introduction

ABSA-YouTube

Aspect Based Sentiment Analysis (ABSA) of YouTube Comments!

Overview

This follows from my work on my undergrad project for Aspect Based Sentiment Analysis. YouTube Analytics is great but it does not provide a facility for tracking viewer sentiments about a video, specifically which aspects of the video do viewers have strong sentiments about. In this project, I run ABSA on the comments thread for Sirav Raval's awesome YouTube video.

Data gathered using the YouTube Data API's commentThreads.list function.

What It does

In one line: Data -> Cleaning -> Feature Extraction -> Pruning -> Frequent Feature Selection -> Sentence Extraction -> Sentiment Analysis!

Usage

Download these dependencies using pip:

  • TextBlob
  • matplotlib
  • seaborn
  • nltk (download the nltk Stop Words corpus by running nltk.download() in a python shell.)

Run the notebook by typing jupyter notebook in the terminal to run the code in a popup browser. If you don't already have jupyter, download it here.

Future work

  • Run TF-IDF to extract important terms from the data.
  • Use scikit-learn Feature Extraction tools.
  • Replace TextBlob Sentiment Scoring with a Deep Learning model.

absa-youtube's People

Contributors

orthodex 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.