rime-ice-double-pinyin-git radical lookup not working properly
### 问题类型 / Type of issues
* 打包错误 / packaging error
### 受影响的软件包 / Affected packages
* rime-ice-double-pinyin-git
And potentially all `rime-ice-double-pinyin-*-git` pkgs
----
请在此补充说明。
Please describe in detail here.
In the ArchlinuxCN package, the radical lookup function (拆字辅码) is not working properly: the radical encoding is pinyin_jiajia(拼音加加), instead of double_pinyin(自然码双拼). [According the maintainer of rime-ice](https://github.com/iDvel/rime-ice/issues/1570#issuecomment-4741102089), the manual / plum installations all work well.
In `/usr/share/rime-data/radical_pinyin.schema.yaml`:
```yaml
...
speller:
alphabet: "abcdefghijklmnopqrstuvwxyz;"
delimiter: " '"
algebra:
# 根据当前所用拼音方案选择 __include 的值
# __include: algebra_rime_ice # 全拼
__include: algebra_double_pinyin # 自然码双拼
__include: algebra_double_pinyin_flypy # 小鹤双拼
__include: algebra_double_pinyin_mspy # 微软双拼
__include: algebra_double_pinyin_sogou # 搜狗双拼
__include: algebra_double_pinyin_abc # 智能ABC双拼
__include: algebra_double_pinyin_ziguang # 紫光双拼
__include: algebra_double_pinyin_jiajia # 拼音加加双拼
...
```
While it should only have the corresponding double pinyin variance.
Please c.f. https://github.com/iDvel/rime-ice/issues/1570
0 条评论