Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.79 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.79 KB

mozcdic-ut-builder

A builder of Mozc UT dictionary

Summary

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.

Dependencies

Docker

curl --proto '=https' --tlsv1.2 -sSf https://get.docker.com | sh

Configuration

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

Usage

Build the dictionary

git clone https://github.com/soltia48/mozcdic-ut-builder.git
cd ./mozcdic-ut-builder/
./build.sh

The output will be placed in ./dist/.

Authors

  • soltia48

Thanks

  • utuhiro78 - Author of merge-ut-dictionaries

License

MIT

Copyright (c) 2024 soltia48