·
4 commits
to main
since this release
Add Japanese dictionaries for improved tokenization
- SudachiDict: Lexicon for Sudachi tokenizer
- Neologism dictionary for UniDic-MeCab
- Neologism dictionary for IPAdic-MeCab
commit d863b05a3334daa56378f5368901cec895fbc003
Author: Hiroyuki Komatsu komatsu@google.com
Date: Mon Mar 9 03:26:51 2026 +0000
Prevent atomic bundle replacement during macOS package upgrades.
Generate a component property list and set BundleOverwriteAction to an empty string. This causes the installer to overwrite files in place, preserving the existing macOS IME registration.
This change is based on the comment by yukawa.
https://github.com/google/mozc/issues/1439
PiperOrigin-RevId: 880619716