Skip to content

phoepsilonix/merge-ut-dictionaries

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Merge multiple Mozc UT dictionaries into one and modify the costs.

Press the Star button on GitHub

They need more Stars.

mozc: 1930 Stars

fcitx5-mozc: 82 Stars

merge-ut-dictionaries: 40 Stars

Starring a repository also shows appreciation to the repository maintainer for their work. - GitHub Docs

リポジトリに Star を付けるということは、リポジトリメンテナに対してその作業についての感謝を示すことでもあります。- GitHub Docs

Download

git clone --depth 1 https://github.com/utuhiro78/merge-ut-dictionaries.git

Configure

Comment out unnecessary dictionaries in src/merge/make.sh.

Default settings:

#alt_cannadic="true"
#edict2="true"
jawiki="true"
#neologd="true"
personal_names="true"
place_names="true"
#skk_jisyo="true"
sudachidict="true"

Build

cd src/merge/
sh make.sh
cat mozcdic-ut.txt >> ../../../mozc-master/src/data/dictionary_oss/dictionary00.txt

Build Mozc as usual.

Option: Generate the UT dictionaries using the latest stuff

Uncomment #generate_latest="true" in src/merge/make.sh.

It downloads the latest "jawiki-latest-pages-articles-multistream.xml.bz2" (over 4.2 GB).

License

HOME

About

Merge multiple Mozc UT dictionaries into one and modify the costs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.2%
  • Shell 9.8%