WorksApplications/SudachiDict
A lexicon for Sudachi
What it solves
It provides a comprehensive lexicon for the Sudachi Japanese tokenizer, enabling accurate word segmentation and morphological analysis of Japanese text.
How it works
The project offers pre-built dictionaries in various sizes to balance memory usage and coverage. It integrates with SudachiPy (the Python version of Sudachi) as installable Python packages, allowing users to specify the dictionary edition they need for their NLP pipeline.
Who it’s for
Developers and researchers working with Japanese Natural Language Processing (NLP) who need a reliable lexicon for tokenization.
Highlights
- Available in three sizes: Small (UniDic vocabulary), Core (basic vocabulary), and Full (includes miscellaneous proper nouns).
- Easy installation via pip for Python users.
- Based on UniDic and parts of NEologd.
- Licensed under Apache License 2.0.
Related
- Project
- Project
- Project
- Dispatch
- Project