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… Show more