How to add Dictionaries to RIME Input Method on Ubuntu/Pop-OS
在RIME输入法中增加词典 1. RIME的配置目录 Ubuntu/PopOS中位于:~/.config/ibus/rime 2. 下载词典文件 使用git clone下载RIME扩充词库: https://github.com/rime-aca/dictionaries 使用rime-install下载zhwiki词典:https://github.com/felixonmars/fcitx5-pinyin-zhwiki 3. 将所有词库文件cp到RIME配置目录中 cp *dict* ~/.config/ibus/rime/ 4. 增加一个custom配置文件用以调用词库 在下载的RIME扩充词库目录中,有一个luna_pinyin.custom.yaml,当使用朙月拼音的时候可以直接使用该配置,但是我使用的是朙月拼音简化字方案,因此需要将该配置文件改名为: luna_pinyin_simp.custom.yaml 在这个配置文件中,可以看到输入法的对应 # 附朙月拼音系列方案與其對應的 id 一覽表: # 輸入方案 id # 朙月拼音 luna_pinyin…