Shreyanand / Analysis_Mobile_Application_Comments

Review mining or extracting reviews and information from comments on products is an essential task in understanding user feedback. Aspect and sentiment analysis are useful techniques in comprehending comments on a macro level.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analysis of Mobile Applications' User Reviews

Review mining or extracting reviews and information from comments on products is an essential task in understanding user feedback. Aspect and sentiment analysis are useful techniques in comprehending comments on a macro level.

  • visualizing_topics.ipynb visualizes the documents based on the LDA topics.
  • doc2vec_tsne.ipynb gets Document vectors and tsne visualization.
  • guided_lda explores guided LDA and visualizes results.
  • visualizing_lda.ipynb uses pyldavis to visualize topics and words. Open notebook in Jupyter to see the visualization.

About

Review mining or extracting reviews and information from comments on products is an essential task in understanding user feedback. Aspect and sentiment analysis are useful techniques in comprehending comments on a macro level.


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.6%