Putri, Sri Raihan
Unknown Affiliation

Published : 1 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 1 Documents
Search

Sentiment Analysis of Youtube and Gotube Reviews on Google Play Using the Support Vector Machine (SVM) Method in Indonesia Putri, Sri Raihan; Asrianda, Asrianda; Rosnita, Lidya
Journal of Applied Informatics and Computing Vol. 9 No. 3 (2025): June 2025
Publisher : Politeknik Negeri Batam

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30871/jaic.v9i3.9461

Abstract

This research, titled Sentiment Analysis of YouTube and GoTube Reviews on Google Play Using the Support Vector Machine (SVM) Method in Indonesia, analyzes user perceptions of YouTube and GoTube based on Google Play reviews. The study is motivated by the growing popularity of video streaming apps in Indonesia and the limited sentiment analysis research on these platforms. The research collects 1,600 reviews (800 per app) from 2023-2024 using Python’s Scrapy library. The data is split 70% for training and 30% for testing, undergoing text preprocessing (tokenization, stop word removal, stemming), TF-IDF weighting, and SVM classification with an RBF kernel. Evaluation metrics include accuracy, precision, recall, and F1-score, with PCA used for visualization. Results show 94.50% accuracy overall, 97.01% for YouTube, and 92.66% for GoTube. GoTube has higher positive sentiment (385 of 400 test reviews) than YouTube (345 of 400) but lower negative sentiment (15 vs. 55). However, the model exhibits a positive class bias due to data imbalance. The study concludes that SVM effectively detects positive sentiment, but balancing data and exploring non-linear methods could improve negative sentiment detection.