CoolFace
Datasetpublic

wty-yy/my_custom_fcitx5_pinyin_dict

My Custom Fcitx5 Pinyin Dictionary Fcitx5 Pinyin user dictionary and input-history backup 🌎 English&nbsp;&nbsp;·&nbsp;&nbsp;🇨🇳 中文 Usage # Restore pinyin/user.dict and pinyin/user.history. bash <(curl -fsSL https://huggingface.co/datasets/wty-yy/my_custom_fcitx5_pinyin_dict/resolve/main/install.sh) # Restore config/pinyin.conf as well. bash <(curl -fsSL https://huggingface.co/datasets/wty-yy/my_custom_fcitx5_pinyin_dict/resolve/main/install.sh) --with-pinyin-config… See the full description on the dataset page: https://huggingface.co/datasets/wty-yy/my_custom_fcitx5_pinyin_dict.

sourceHugging Faceotherupdated 1mo agoView on Hugging Face
0likes87downloads
Dataset Card

<div align="center"> <h1>My Custom Fcitx5 Pinyin Dictionary</h1> <p><strong>Fcitx5 Pinyin user dictionary and input-history backup</strong></p> <p><strong>🌎 English</strong>&nbsp;&nbsp;·&nbsp;&nbsp;<a href="https://huggingface.co/datasets/wty-yy/mycustomfcitx5pinyindict/blob/main/README.zh-CN.md">🇨🇳 中文</a></p> </div>

Usage

sh
# Restore pinyin/user.dict and pinyin/user.history.
bash <(curl -fsSL https://huggingface.co/datasets/wty-yy/my_custom_fcitx5_pinyin_dict/resolve/main/install.sh)

# Restore config/pinyin.conf as well.
bash <(curl -fsSL https://huggingface.co/datasets/wty-yy/my_custom_fcitx5_pinyin_dict/resolve/main/install.sh) --with-pinyin-config

Files

FilePurpose
pinyin/user.dictLearned user dictionary
pinyin/user.historyInput history and context-ranking model
config/pinyin.confOptional Pinyin settings
install.shRestore script

Restore Behavior

install.sh downloads the default Dataset wty-yy/my_custom_fcitx5_pinyin_dict.

The script restores pinyin/user.dict and pinyin/user.history by default.

Use --with-pinyin-config to restore config/pinyin.conf.

The script exits Fcitx5 before writing, creates pinyin.before-restore-<timestamp>, and restarts Fcitx5 when it was running.

Use --repo-id OWNER/DATASET to restore another compatible Dataset.

Notes

  • —Target systems require Fcitx5 Pinyin. Ubuntu and Debian use the fcitx5-chinese-addons package.
  • —Use a matching or newer Fcitx5/libime version when possible.
  • —.dict and .history use binary Fcitx5/libime formats.
  • —This public Dataset exposes personal vocabulary, input history, and Pinyin settings.