基于rime实现的 以小鹤双拼作为双拼方案 以超强音形(二笔)作为辅助码 实现的输入方案
.
├── dicts/ -- 词库目录
│ ├── extend/ -- 分类扩展词库
│ ├── thirdpart/ -- 第三方词库
│ ├── top/ -- 固顶词库 主要包含单字、用户自定义短语、辅助码词库
│ │ ├── custom_phrase.txt -- 自定义固顶短语
│ │ ├── erbi_filter.txt -- 二笔辅助码词库
│ │ ├── erbi_filter_lookup.txt -- 二笔辅助码反查词库
│ │ ├── top_single_char.txt -- 固顶单字
│ │ └── top_words.txt -- 固顶词组
│ └── pinyin.dict.yaml -- 拼音基础词库
├── opencc/ -- emoji相关opencc配置
├── lua -- lua扩展
│ ├── date_translator.lua -- date、time转日期、时间实现
│ └── select_character_processor.lua -- 以词定字实现
├── default.custom.yaml -- 配置索引
├── mine.schema.yaml -- rime具体配置文件
├── english.dict.yaml -- english词库
├── english.schema.yaml -- english方案
├── pinyin.extended.dict.yaml -- 词库配置索引
├── rime.lua -- lua扩展索引
└── README.md -- README文件