English

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

Computation and Language 2024-12-24 v1

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.

Cite

@article{arxiv.2412.17361,
  title  = {An Experimental Evaluation of Japanese Tokenizers for Sentiment-Based Text Classification},
  author = {Andre Rusli and Makoto Shishido},
  journal= {arXiv preprint arXiv:2412.17361},
  year   = {2024}
}

Comments

Accepted at The 27th Annual Meeting of the Association for Natural Language Processing (NLP2021). Published version available at: https://www.anlp.jp/proceedings/annual_meeting/2021/pdf_dir/D3-1.pdf

R2 v1 2026-06-28T20:46:09.790Z