Claim Missing Document
Check
Articles

Found 1 Documents
Search

Analisis Sentimen Ulasan Aplikasi Smart Campus Unisbank di Google Playstore Menggunakan Algoritma Naive Bayes Firmansyah, Dwi Rahma; Lestariningsih, Endang
Jurnal JTIK (Jurnal Teknologi Informasi dan Komunikasi) Vol 8 No 2 (2024): APRIL-JUNE 2024
Publisher : Lembaga Otonom Lembaga Informasi dan Riset Indonesia (KITA INFO dan RISET)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35870/jtik.v8i2.1882

Abstract

This study explores sentiment analysis on SmartCampus Unisbank application reviews on Google Play Store using the Naive Bayes classification method. Through Python programming language and web scraping techniques employing the google-play-scraper library, review data was automatically obtained and organized in CSV format. Text preprocessing techniques such as case folding, stopwords removal, tokenization, and stemming were applied to ensure accurate analysis. The data was divided into training and testing sets, and TF-IDF (Term Frequency-Inverse Document Frequency) was used for feature extraction. A Naive Bayes model was constructed and evaluated, achieving an accuracy of 84.6%. While the model demonstrated proficiency in identifying negative sentiments with 100% precision, it requires refinement for recognizing positive sentiments. These findings provide valuable insights for SmartCampus Unisbank developers to understand user perspectives and improve application quality