Coder Social home page Coder Social logo

absa's Introduction

ABSA

Aspect Based Sentiment Analysis

Retrieves aspects from the user reviews with sentiment score.

** Aspects: {Value, Food, Drinks, Staff, Service, Ambience, Location and Price}

Datasources Extraction:

Training Datasources: (Fetch data from) :

** Google places API - • https://maps.googleapis.com/maps/api/place/nearbysearch/jsonhttps://maps.googleapis.com/maps/api/place/details/json ** Zomato API - • https://developers.zomato.com/api/v2.1/locations, • https://developers.zomato.com/api/v2.1/location_details, • https://developers.zomato.com/api/v2.1/reviews) ** Twitter • tweepy.OAuthHandler • tweepy.API • tweepy.Cursor ** CitySearch scraping • http://www.citysearch.com/listings/houston-tx-metro/restaurants.html

Test Data of: (Manually fetch and test)

** TripAdvisor • from Kaggle and directly using tools, for testing

Data Preparation:

  • Data cleaning (emojis, date formats, text formats)
  • XML formatting of Review and each aspect in it.

Steps for Training:

  • Pretrained BERT
  • Parse and pass XML for training.
  • Vectorization using SpaCy.
  • 4 fold Cross validation

Model Preparation:

  • Aspects extraction
  • MultinomialNaiveBayes
  • Sentiment Score

Testing Accuracy:

  • Confusion matrix
  • Multiclass classification

absa's People

Contributors

ravithejaburugu avatar

Watchers

 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.