-
add an option to add a custom function to preprocess climate variables before inputting it into rime preprocessing?
[first posted in https://github.com/iiasa/rime/issues/23#issue-2473505220]
-
### 摘要 / Summary
I'm not a native Chinese speaker and my Chinese level is not high enough to fully write this bug report in Chinese, so I'm writing it in English.
I'm trying to create a custom `…
-
## fcitx5
```bash
sudo apt install fcitx5
#im-config
```
config `~/.xprofile`
```bash
tee -a ~/.xprofile
-
配置信息
![image](https://github.com/user-attachments/assets/c4f0440f-df41-44e7-997a-fe8234d29397)
我的电脑是支持lua的,用户文件夹目录下也新建了rime.lua
![image](https://github.com/user-attachments/assets/948220fb-4c5c-460…
-
Allows librime/rime to be used as a language server in text editors (like VIM, Helix, etc.)
**Metadata**
* homepage URL: https://github.com/wlh320/rime-ls
* source URL: https://github.com/rime/…
-
我在电脑上成功部署了这个方案,但用同样的方法(把文件复制到rime文件夹下)对于手机上的同文输入法不奏效。
我进行了如下尝试:
1. 直接将github仓库中的文件拖入rime文件夹中,在可启用方案中找到了小鹤快手方案,点击启用后在启用的方案列表中仍然找不到小鹤快手方案。
2. 在default.custom.yaml中手动加入小鹤快手方案,启用此方案后打字没有中文候选词(相当于英文键盘打字…
-
請教個問題,我嘗試通過lua實現自造詞進入用戶字典功能,寫了一個測試例子
```
local function translator(input, seg, env )
if input == 'ceshi' then
local dict_entry = DictEntry()
dict_entry.text = '芝麻不开门'
dict_entry.custom_c…
-
如果直接在*.schema.yaml上更改,每次更新都会被覆盖,因此想到了用*.custom.yaml的方式来记录自定义设置,然而却发现无法生效。
经研究发现,根据 https://github.com/rime/home/wiki/Configuration#%E8%87%AA%E5%8B%95%E6%87%89%E7%94%A8%E8%A3%9C%E9%9D%AA 所说,当yaml的根节…
-
如图,我在 `\AppData\Roaming\Rime\default.custom.yaml` `Rime\weasel-0.15.0\data\default.yaml` 两文件中,
都设置了 快捷键为Alt+grave,并重新部署,在软件中也显示了设置。
但使用时发现无法触发。
希望得到解答。
![(S3U VYGI2FAT 7P3 QT%}I](https://gi…
-
I'm not a Chinese native speaker, but I'm learning Chinese and I like using RIME.
I want to create my own custom schema, so I'm looking at some schemas that the community have created so that I can…