All Projects → imrohitsinghal → Sentiment-Analysis-Play-Store-Reviews

imrohitsinghal / Sentiment-Analysis-Play-Store-Reviews

Licence: other
Sentiment Analyser: Sentiment Analysis of user feedback in Play Store to improve app quality!

Programming Languages

ruby
36898 projects - #4 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Sentiment-Analysis-Play-Store-Reviews

Senti4SD
An emotion-polarity classifier specifically trained on developers' communication channels
Stars: ✭ 41 (+86.36%)
Mutual labels:  sentiment-analysis, sentiment-analyser
brand-sentiment-analysis
Scripts utilizing Heartex platform to build brand sentiment analysis from the news
Stars: ✭ 21 (-4.55%)
Mutual labels:  sentiment-analysis, sentiment-analyser
Text tone analyzer
Система, анализирующая тональность текстов и высказываний.
Stars: ✭ 15 (-31.82%)
Mutual labels:  sentiment-analysis, sentiment-analyser
NSP-BERT
The code for our paper "NSP-BERT: A Prompt-based Zero-Shot Learner Through an Original Pre-training Task —— Next Sentence Prediction"
Stars: ✭ 166 (+654.55%)
Mutual labels:  sentiment-analysis
Issue-Tracker
The public issue tracker for the EarthMC Minecraft server.
Stars: ✭ 31 (+40.91%)
Mutual labels:  feedback
Sentic-GCN
[KBS] Aspect-based sentiment analysis via affective knowledge enhanced graph convolutional networks
Stars: ✭ 19 (-13.64%)
Mutual labels:  sentiment-analysis
billboard
🎤 Lyrics/associated NLP data for Billboard's Top 100, 1950-2015.
Stars: ✭ 53 (+140.91%)
Mutual labels:  sentiment-analysis
wink-sentiment
Accurate and fast sentiment scoring of phrases with #hashtags, emoticons :) & emojis 🎉
Stars: ✭ 51 (+131.82%)
Mutual labels:  sentiment-analysis
FinBERT
A Pretrained BERT Model for Financial Communications. https://arxiv.org/abs/2006.08097
Stars: ✭ 193 (+777.27%)
Mutual labels:  sentiment-analysis
larafeed
Laravel package for providing visual feedback via screenshots.
Stars: ✭ 42 (+90.91%)
Mutual labels:  feedback
react-native-feedback-reporter
RNFR is on a mission to help developers get useful information from testers to help debug issues by automatically gathering information and integrating it with popular tools.
Stars: ✭ 22 (+0%)
Mutual labels:  feedback
bert sa
bert sentiment analysis tensorflow serving with RESTful API
Stars: ✭ 35 (+59.09%)
Mutual labels:  sentiment-analysis
Aspect-Based-Sentiment-Analysis
No description or website provided.
Stars: ✭ 29 (+31.82%)
Mutual labels:  sentiment-analysis
GPlayCrawler
No description or website provided.
Stars: ✭ 47 (+113.64%)
Mutual labels:  googleplay
Movie-Recommendation-System-with-Sentiment-Analysis
Content based movie recommendation system with sentiment analysis
Stars: ✭ 44 (+100%)
Mutual labels:  sentiment-analysis
lorca
Natural Language Processing for Spanish in Node.js. Stemmer, sentiment analysis, readability, tf-idf with batteries, concordance and more!
Stars: ✭ 95 (+331.82%)
Mutual labels:  sentiment-analysis
Stock-Prediction
LSTM RNN for sentiment-based stock prediction
Stars: ✭ 50 (+127.27%)
Mutual labels:  sentiment-analysis
Stocksent
A Python library for sentiment analysis of various tickers from the latest news by trusted sources, and tools to plot results. 📈📊📰
Stars: ✭ 35 (+59.09%)
Mutual labels:  sentiment-analysis
Personal-Finance-Net-Worth-Tracker
Personal Finance (Net Worth Tracker) Wealth Management Spreadsheet
Stars: ✭ 31 (+40.91%)
Mutual labels:  feedback
LSX
A word embeddings-based semi-supervised model for document scaling
Stars: ✭ 42 (+90.91%)
Mutual labels:  sentiment-analysis

Sentiment-Analyser

About:

A utility to generate meaningful data from feedback given by actual users on Google Play Store. Helps to identify Features and Areas which needs improvement or bug fixes in the your mobile application.

  • It fetches Per Day/Day list/All Newest from Google Play Store for any specified Android application
  • Segregates and stores all the customer feedback into respective CSV files (filtered_reviews and newest_reviews)
  • Gives you a meaningful report mentioning areas to improve with the actual feedback
  • Can be used to get user's suggestions or feature requests
  • Can be customized to identify Features appreciated by customers

Output:

  • Generates a sorted HTML (review_report.html) file which contains Impacted Area and Reviews related to each area/functionality Screenshot Screenshot
  • All the negative and newest reviews are stored in a CSV files

Pre-requisite:

  • Generate your APP_ID AND APP_KEY from AYLIEN for accessing the APIs and add it to fetch_analyse.rake

How to Run:

  1. Integration with CI : ci.sh

  2. a. Apply Analytics on daily newest reviews about your app

    • rake PACKAGE_NAME=<APK_PACKAGE_NAME> REVIEW_DATE=15 AYLIEN_APP_ID=<AYLIEN_APP_ID> AYLIEN_APP_KEY=<AYLIEN_APP_KEY> reviews:run:all

    For multiple days:

    • rake PACKAGE_NAME=<APK_PACKAGE_NAME> REVIEW_DATE=14,15 AYLIEN_APP_ID=<AYLIEN_APP_ID> AYLIEN_APP_KEY=<AYLIEN_APP_KEY> reviews:run:all

    b. Generate a Daily Report for Areas/Functionality to Improve rake PACKAGE_NAME=<APK_PACKAGE_NAME> REVIEW_DATE=6 reviews:run:output

  3. Fetch daily newest reviews about your app
    rake PACKAGE_NAME=<"Enter app package name"> REVIEW_DATE=<Day> reviews:fetch

    • rake PACKAGE_NAME=com.vuclip.viu REVIEW_DATE=15 reviews:run:fetch
  4. For Sentiment Analysis without any API of reviews/feedback rake PACKAGE_NAME=com.vuclip.viu REVIEW_DATE=6 reviews:run:process

Sentiment Analysis:

  • Extract all negative and neutral reviews given by customers
  • Extract out App features/areas and functionalities that are impacted or affected
  • Stores all negative and neutral reviews in a file (negative_reviews.csv)

What's Next:

  • Making this utility to run on various feedback/review sources like twitter, Facebook etc
  • Implement and Apply Machine Learning
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].