[update] 添加README.MD

This commit is contained in:
Dubi906w 2024-08-16 20:48:26 +08:00
parent fd1ec29bf3
commit 94d43e7283
2 changed files with 51 additions and 0 deletions

47
README.MD Normal file
View File

@ -0,0 +1,47 @@
# rime-dubi906w
`Dubi906w` 自用的 Rime 输入法配置方案
## 套路
- 主要功能
- 拆字反查(<kbd>uU</kbd>+拼音),拆字辅码(拼音+<kbd>`</kbd>+拆字辅码)
- 自整理的 Emoji
- 以词定字(左右中括号:<kbd>[</kbd>、<kbd>]</kbd>
- 长词优先
- Unicode<kbd>U</kbd>+Unicode 码位)
- 数字、人民币大写(<kbd>R</kbd>+数字)
- 日期、时间、星期(详见方案 `/date_translator` 节点)
- 农历(转写:<kbd>N</kbd>+八位数字;获取当前农历:全拼<kbd>nl</kbd>,双拼<kbd>lunar</kbd>
- 常见错音错字提示
- 置顶候选项(详见方案 `/pin_cand_filter` 节点)
- 所有标点符号直接上屏
- 特殊符号、字符输入(全拼<kbd>v</kbd>+首字母缩写;双拼<kbd>V</kbd>+首字母缩写)
- 拼音纠错(模糊音)
- 词条降频(快捷键 <kbd>Ctrl</kbd>+<kbd>J</kbd>
- 颜文字表情(按 `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)

View File

@ -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"
# 拼写设定