From 94d43e7283e36565eaafbf1911b75457442d97e6 Mon Sep 17 00:00:00 2001 From: kriastans Date: Fri, 16 Aug 2024 20:48:26 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=B7=BB=E5=8A=A0README.MD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.MD | 47 ++++++++++++++++++++++++++++++++++++++++++++ rime_ice.schema.yaml | 4 ++++ 2 files changed, 51 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..8f5f550 --- /dev/null +++ b/README.MD @@ -0,0 +1,47 @@ +# rime-dubi906w + +`Dubi906w` 自用的 Rime 输入法配置方案 + +## 套路 +- 主要功能 + - 拆字反查(uU+拼音),拆字辅码(拼音+`+拆字辅码) + - 自整理的 Emoji + - 以词定字(左右中括号:[]) + - 长词优先 + - Unicode(U+Unicode 码位) + - 数字、人民币大写(R+数字) + - 日期、时间、星期(详见方案 `/date_translator` 节点) + - 农历(转写:N+八位数字;获取当前农历:全拼nl,双拼lunar) + - 常见错音错字提示 + - 置顶候选项(详见方案 `/pin_cand_filter` 节点) + - 所有标点符号直接上屏 + - 特殊符号、字符输入(全拼v+首字母缩写;双拼V+首字母缩写) + - 拼音纠错(模糊音) + - 词条降频(快捷键 Ctrl+J) + - 颜文字表情(按 `VV` 呼出) + - 更多默认未启用的功能请参考 `rime.lua` 文件以及方案注释 +- 字表、词库 + - 《通用规范汉字表》 8K 常用汉字 + - Unihan 字库(by Unicode lnc | [UNICODE LICENSE V3](https://www.unicode.org/Public/draft/UCD/ReadMe.txt))40K 大字库 + - 华宇野风系统词库(by 野风) + - 简化字八股文(by rime | [LGPL](https://github.com/rime/rime-essay-simp/blob/master/LICENSE)) + - 清华大学开源词库(by THUNLP | [MIT](https://github.com/thunlp/THUOCL/blob/master/LICENSE)) + - 现代汉语常用词表(by Joseph cheng) + - 腾讯词向量(Huandeep [整理](https://github.com/iDvel/rime-ice/issues/24) | by Tencent AI Lab | [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)) + - osu! 术语词库(Dubi906w 整理) + - 2024年8月份 搜狗输入法最新网络热词(by 搜狗 | Dubi906w 整理) + - `rime-frost` 的简体中文细胞词库(by [rime-frost](https://github.com/gaboolic/rime-frost)) + - 电教专用词库(Dubi906w 整理) + +> **使用了白霜拼音的方案:** 主要维护词库、词频。在雾凇词库的基础上删除了不健康词汇,删除了大量冷僻词(频率==1 且分词器分不出的词),删除/调整了诸如“的吧”、“的了”这种不是词的词。手动大量修改了字频 词频。第一步是做了减法。 + +## 鸣谢 + +1. [Rime-RimeWithSchemata](https://github.com/rime/home/wiki/RimeWithSchemata) +2. [Rime/小狼豪/鼠须管 输入法配置记](https://chenhe.me/post/oh-my-rime) +3. [rime-setting](https://github.com/Iorest/rime-setting) +4. [雾凇拼音 | 长期维护的简体词库](https://github.com/iDvel/rime-ice) +5. [rime-radical-pinyin | Rime 部件拆字输入方案(全拼双拼)](https://github.com/mirtlecn/rime-radical-pinyin) +6. [86五笔极点码表](https://github.com/KyleBing/rime-wubi86-jidian) +7. [Extending RIME with Lua scripts](https://github.com/hchunhui/librime-lua/wiki/Scripting) +8. [白霜词库 | 基于雾凇拼音重制的,更纯净、词频准确、智能的词库](https://github.com/gaboolic/rime-frost) \ No newline at end of file diff --git a/rime_ice.schema.yaml b/rime_ice.schema.yaml index 8fb0a2e..49d8b3c 100644 --- a/rime_ice.schema.yaml +++ b/rime_ice.schema.yaml @@ -50,6 +50,7 @@ engine: - selector - navigator - express_editor + - lua_processor@cold_word_drop_processor # 词条降频 segmentors: - ascii_segmentor - matcher @@ -81,6 +82,8 @@ engine: - simplifier@traditionalize # 简繁切换 - lua_filter@search@radical_pinyin # 部件拆字辅码 - uniquifier # 去重 + - lua_filter@cn_en_spacer # 中英文混合输入自动空格 + - lua_filter@cold_word_drop_filter # 词条降频快捷键 # Lua 配置: 日期、时间、星期、ISO 8601、时间戳的触发关键字 @@ -401,6 +404,7 @@ key_binder: import_preset: default # 从 default.yaml 继承通用的 search: "`" # 辅码引导符,要添加到 speller/alphabet # bindings: # 也可以再增加方案专有的快捷键 + turn_down_cand: "Control+j" # 拼写设定