Japanese to romaji converter using fugashi and kakasi. Current version 0.5.0 (May 2025). Low/medium release cadence; pre-1.0 API cleanup expected.
pip install cutletVerified import paths — ran on the pinned version, not inferred.
Basic romaji conversion. Note: particles like は are romanized as 'ha' not 'wa'.
If you relied on whitespace being modified, adjust logic to handle ASCII whitespace separately.
Use hepburn=False or override via manual post-processing if Hepburn-style romanization is desired.
Set the 'unknown' argument to a different placeholder or handle missing chars manually.
Instantiate a new Cutlet object per thread.
Use: from cutlet import Cutlet
pip install fugashi (or use a dict like pip install cutlet[fugashi] if available)
pip install unidic-lite