A builder of Mozc UT dictionary
This software builds Mozc UT dictionary (mozcdic-ut) with merge-ut-dictionaries and Docker. Refer to merge-ut-dictionaries for the dictionary to be built.
curl --proto '=https' --tlsv1.2 -sSf https://get.docker.com | sh
Set environment variables to configure the settings.
| Name | Description | Default |
|---|---|---|
| INCLUDE_ALT_CANNADIC | Include Alt-Cannadic | false |
| INCLUDE_EDICT2 | Include EDICT2 | false |
| INCLUDE_JAWIKI | Include a dictionary generated from the Japanese Wikipedia | true |
| INCLUDE_NEOLOGD | Include mecab-ipadic-NEologd | false |
| INCLUDE_PERSONAL_NAMES | Include Personal Name Dictionary | true |
| INCLUDE_PLACE_NAMES | Include a dictionary generated from Japan Post's ZIP code data | true |
| INCLUDE_SKK_JISYO | Include SKK-JISYO | false |
| INCLUDE_SUDACHIDICT | Include SudachiDict | true |
git clone https://github.com/soltia48/mozcdic-ut-builder.git
cd ./mozcdic-ut-builder/
./build.sh
The output will be placed in ./dist/.
- KIRISHIKI Yudai
- utuhiro78 - Author of merge-ut-dictionaries
Copyright (c) 2024-2025 KIRISHIKI Yudai