Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgalal/rime-symbolic-simp
Symbolic input for rime (Simplified Chinese version) | rime 符號輸入(简化字版)
https://github.com/sgalal/rime-symbolic-simp
rime rime-schema
Last synced: 9 days ago
JSON representation
Symbolic input for rime (Simplified Chinese version) | rime 符號輸入(简化字版)
- Host: GitHub
- URL: https://github.com/sgalal/rime-symbolic-simp
- Owner: sgalal
- License: cc0-1.0
- Created: 2020-08-13T12:09:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T12:23:17.000Z (over 4 years ago)
- Last Synced: 2024-10-16T05:44:03.026Z (about 2 months ago)
- Topics: rime, rime-schema
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rime - sgalal/rime-symbolic-simp - Symbolic input for rime (Simplified Chinese version) | rime 符號輸入(简化字版) (其他)
README
# rime-symbolic-simp
rime 符号输入方案(简化字版)
繁体字版:[sgalal/rime-symbolic](https://github.com/sgalal/rime-symbolic)
## 用法
在 rime 用户文件夹中加入 `symbolic_simp.dict.yaml`。
在常用方案的 `*.schema.yaml` 中加入:
1. `switches` 中加入
```yaml
- name: symbolic_simp
reset: 1
states: [ 无符号, 有符号 ]
```2. `engine` 的 `filters` 中加入:
```yaml
- simplifier@symbolic_simp
```3. 在文件末尾加入:
```yaml
symbolic_simp:
opencc_config: symbolic_simp.json
option_name: symbolic_simp
tips: all
```在常用方案的 `*.dict.yaml` 中加入:
```yaml
import_tables:
- symbolic_simp
```将 `opencc` 文件夹中的文件放入 rime 用户文件夹中的 `opencc` 文件夹中。
重新部署即可。