{"categories":[{"label":"Linguistic","url":"https://skillfed.io/packages/category/text-processing-linguistic/2"}],"enrichment":{"capability":"Converts Japanese text between hankaku (half-width) and zenkaku (full-width) character representations using Cython for speed.","skillfed_tags":["japanese-text","character-encoding"],"use_cases":["Normalize Japanese user input in web forms or data pipelines to a consistent character width.","Prepare Japanese text for search indexing or matching where width variations should be treated as equivalent.","Convert legacy half-width Japanese data to full-width for display or compatibility with modern systems.","Process Japanese text in NLP or text analysis workflows where character width normalization is a preprocessing step.","Handle Japanese text in databases or APIs where width consistency is required for data integrity."],"what_it_does":"mojimoji is a Cython-based library for converting Japanese text between hankaku (half-width) and zenkaku (full-width) character forms. It provides two main functions: zen_to_han() converts full-width characters to half-width, and han_to_zen() does the reverse. Both functions accept optional flags to control whether kana, digits, and ASCII characters are converted, allowing fine-grained control over which character classes are affected.\n\nThe package is designed for speed and has no runtime dependencies, installing via pre-built wheels for Python 3.7\u20133.12 on major platforms. Maintenance is dormant (last release 2024-01-12), but the codebase is stable and the repository remains accessible.","worth_installing":"Yes, if you need to convert between Japanese character widths. The package is stable, dependency-free, and widely used. The dormant maintenance is not a blocker for a mature, single-purpose tool with no external dependencies. Install it if Japanese text normalization is part of your workflow; skip it if you don't work with Japanese text."},"id":"mojimoji","links":{"html":"https://skillfed.io/packages/mojimoji","md":"https://skillfed.io/packages/mojimoji.md","pypi":"https://pypi.org/project/mojimoji/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-01-12","license_spdx":null,"license_treatment":"permissive","name":"mojimoji","python_support":"supports_current","summary":"A fast converter between Japanese hankaku and zenkaku characters"},"popularity":{"monthly_downloads":375150,"position":7141,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.0.13"}
