gersongerardcruz / sentiment_analysis_on_game_reviews

This sentiment analysis project classifies Parsehub-collected commonsensemedia.org game reviews as either positive or negative

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentiment Analysis on Game Reviews

This project aims to classify a game review into two categories: positive/safe or negative/unsafe for children.

The project follows the succeeding workflow:

  1. Data collection with Parsehub
  2. Data labelling with pigeonXT
  3. Data preprocessing with custom functions
  4. Model training and classification
  5. Conclusion

The information per step is discussed in the jupyter notebook itself.

Relevant Links

  1. Parsehub Scraping Tutorial
  2. PigeonXT Docs
  3. Commonsense Media Website

About

This sentiment analysis project classifies Parsehub-collected commonsensemedia.org game reviews as either positive or negative


Languages

Language:Jupyter Notebook 100.0%