Skip to content
/ rime Public

RIME方案 FOR 小鹤双拼、二笔辅助码、emoji混输、中英混输

Notifications You must be signed in to change notification settings

yaocccc/rime

Repository files navigation

RIME 配置

基于rime实现的 以小鹤双拼作为双拼方案 以超强音形(二笔)作为辅助码 实现的输入方案

Features

配置文件结构

.
├── 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文件

如何使用