ipadic
IPAdic packaged for Python
What it is and what it does
ipadic is a Python package that bundles IPAdic, a Japanese morphological dictionary originally included with MeCab. It is designed to work as a companion to morphological analyzers like mecab-python3 or fugashi, providing the dictionary data needed to perform Japanese text tokenization and part-of-speech tagging. The package contains no code of its own—it is purely a data distribution mechanism.
The package is explicitly discouraged by its maintainer. The underlying dictionary has not been updated since at least 2007 and lacks modern Japanese terminology. The authors recommend using Unidic instead, which is actively maintained. ipadic is retained only for compatibility with old benchmarks or models that depend on the original dictionary.
Use it for:
- Running legacy Japanese NLP models or benchmarks that were trained with the original IPAdic dictionary.
- Reproducing historical results or papers that explicitly used IPAdic for tokenization and tagging.
- Maintaining compatibility with existing code that hard-codes ipadic.MECAB_ARGS for analyzer initialization.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides the IPAdic Japanese morphological dictionary for use with mecab-python3 or fugashi, enabling Japanese text tokenization and part-of-speech tagging.
No, unless you are specifically maintaining legacy code or reproducing old benchmarks. The package is abandoned (last update 2020-07-20), the underlying dictionary is outdated (not updated since at least 2007), and the maintainers explicitly recommend alternatives. High install friction and unclear license treatment add further friction. Install only if you have a documented reason to use the original IPAdic.
Install
ipadic on PyPI
pip
pip install ipadicuv
uv add ipadicpoetry
poetry add ipadicInstalling ipadic
Before you install
High install friction: the package is a large dictionary file with no runtime dependencies. Maintenance is abandoned—last commit was 2021-10-31. The authors explicitly recommend against using this package in favor of actively maintained alternatives.
License in practice
License treatment is unclear. The dictionary itself is copyrighted by the Nara Institute of Science and Technology and ICOT under terms in the COPYING file; the wrapper code is MIT or WTFPL. Verify the full license terms before use in proprietary or restricted contexts.
Quickstart
pip install ipadic
import ipadic
# Use ipadic.MECAB_ARGS with a compatible morphological analyzer
Requires a separate morphological analyzer (mecab-python3 or fugashi) to be installed and configured; ipadic alone is only a dictionary file.
Verify before relying
- Whether the dictionary's lack of updates since at least 2007 and missing modern terms is acceptable for your use case.
- Full license compliance requirements for the Nara Institute / ICOT dictionary terms in your deployment context.
- Exact Python version support requirements (listed as unspecified in metadata).
Package facts
| License | not declared (unclear) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | abandoned — 2,216 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 209,063/month — #9,521 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: ipadic-1.0.0.tar.gz
Tags
More Linguistic packages
Detects and normalizes text encoding from…
permissive · top 100 on PyPI
tiktokentiktoken is a fast BPE tokenizer that converts…
permissive · top 1,000 on PyPI
chardetDetects character encoding and language in byte…
permissive · top 1,000 on PyPI
text-unidecodeConverts Unicode text to ASCII by…
copyleft · top 1,000 on PyPI
larkLark is a parsing library that builds abstract…
permissive · top 1,000 on PyPI
tree-sitterPython bindings to the tree-sitter parsing…
permissive · top 1,000 on PyPI
comictaggerComicTagger writes metadata to digital comic…
permissive · top 15,000 on PyPI
mecab-python3Python wrapper for MeCab, a morphological…
permissive · top 5,000 on PyPI
unidic-liteProvides a pip-installable Japanese…
permissive · top 15,000 on PyPI
fugashiA Cython wrapper for MeCab that tokenizes and…
permissive · top 5,000 on PyPI
unidicProvides the UniDic 2.3.0 Japanese…
permissive · top 15,000 on PyPI
mecab-ko-dicProvides a Korean dictionary for MeCab…
unclear · top 15,000 on PyPI
mecabPython binding for MeCab, a morphological…
copyleft · top 15,000 on PyPI
python-mecab-ko-dicProvides a pre-built Korean morphological…
permissive · top 15,000 on PyPI
mecab-koPython wrapper for MeCab-ko, a morphological…
permissive · top 15,000 on PyPI
konohaKonoha provides a unified Python interface to…
permissive · top 15,000 on PyPI