Skip to content

This project is about topic modeling and sentiment analysis of product reviews of thailand's famous online product website.

License

Notifications You must be signed in to change notification settings

M-Tallal-Habib/Topic-Modeling-and-Sentiment-Analysis

Repository files navigation

Topic-Modeling-and-Sentiment-Analysis

This project is about topic modeling and sentiment analysis of product reviews of thailand's famous online product website. The dataset was scrapped from an online shopping store of thailand. The dataset consist of following attributes.

  1. Product title
  2. Product rating by user
  3. Purchase date
  4. Comments about products delivery
  5. Product option

This notebook mainly focuses on topic modeling using (latent Dirichlet Analysis) and label generation using unsupervised learning (K-MEANS Clustering) for sentiment analysis.

Required libraries

  1. NLTK for preprocessing
  2. Numpy and Pandas
  3. TextBlob and Gensin(for LDA)
  4. TFIDF Vectorizer (for feature selection using N-gram model)
  5. K-Means Clustering by Sci-Kit Learn

About

This project is about topic modeling and sentiment analysis of product reviews of thailand's famous online product website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published