SOTAVerified

An Experimental Evaluation of Japanese Tokenizers for Sentiment-Based Text Classification

2024-12-23Code Available0· sign in to hype

Andre Rusli, Makoto Shishido

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

This study investigates the performance of three popular tokenization tools: MeCab, Sudachi, and SentencePiece, when applied as a preprocessing step for sentiment-based text classification of Japanese texts. Using Term Frequency-Inverse Document Frequency (TF-IDF) vectorization, we evaluate two traditional machine learning classifiers: Multinomial Naive Bayes and Logistic Regression. The results reveal that Sudachi produces tokens closely aligned with dictionary definitions, while MeCab and SentencePiece demonstrate faster processing speeds. The combination of SentencePiece, TF-IDF, and Logistic Regression outperforms the other alternatives in terms of classification performance.

Tasks

Reproductions