AndroidApp_TextAnalysis
Hi, there!
This is code archive for Text Analysis and Topic Extraction from user_reviews of Android App.
Dataset Source : https://www.kaggle.com/housseinihadia/the-android-app-market-on-google-play?select=apps.csv
What you can find in this repository are:
- Text analysis on users review for Positive Sentiment (format .ipynb)
- Text analysis on users review for Negative Sentiment (format .ipynb)
- Topic Segmentation on user review for Positive Sentiment using PyLDA (Python - Latent Dirichlet Allocation) - (format .ipynb)
- Topic Segmentation on user review for Negative Sentiment using PyLDA (Python - Latent Dirichlet Allocation) - (format .ipynb)
- HTML file of Topic Segmentation output for Positive Sentiment
- HTML file of Topic Segmentation output for Negative Sentiment
If you find difficult when accessing those files from github (often happens from Github), here are the alternatives:
- Simply copy the file link and paste to https://nbviewer.org/ or here right away : https://nbviewer.org/github/fitrieratna/AndroidApp_TextAnalysis/tree/main/
- If you have any IDE (Integrated Development Environment) that able to read python notebook, download whole files (by choose download ZIP in 'Code' of green button on top right of this repository), or
- Clone the repo from terminal and access from your end.
Have a good day! :)
Salam,
FR