Skip to content

soltia48/mozcdic-ut-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 true
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 false

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

Releases

No releases published

Packages

No packages published