You are not logged in.

#1 2023-12-02 01:10:06

luofeiyu
Member
Registered: 2015-11-03
Posts: 30

Why the fuzzy pinyin can't take effect in fcitx5-rime input method eng

Rime is an input method engine for entering Chinese characters, supporting a wide range of input methods."fcitx5-rime" is the rime running on fcitx5 input method framework.   

I write the configuration in `luna_pinyin.custom.yaml`:

    cat luna_pinyin.custom.yaml
    patch:
      'speller/algebra':
        - erase/^xx$/                      
    
        - derive/^([zcs])h/$1/             # zh, ch, sh => z, c, s
        - derive/^([zcs])([^h])/$1h$2/     # z, c, s => zh, ch, sh
    
        - derive/([ei])n$/$1ng/            # en => eng, in => ing
        - derive/([ei])ng$/$1n/            # eng => en, ing => in
    
        - abbrev/^([a-z]).+$/$1/          
        - abbrev/^([zcs]h).+$/$1/         

Wherever to put the file ,"$HOME/config/fcitx5/rime/" or "$HOME/.local/share/fcitx5/rime/",the fuzzy pinyin setting (speller)still can't take effect in fcitx5-rime input method engine?   
1.Is the configuration wrong?     
2.Which directory can i put it in?     
How to fix it?

Last edited by luofeiyu (2023-12-02 01:13:04)

Offline

#2 2023-12-02 02:24:32

Wayfly
Member
Registered: 2023-07-09
Posts: 25

Re: Why the fuzzy pinyin can't take effect in fcitx5-rime input method eng

I suggest you try fcitx-sougoupinyin.(Actually, I don't know how to fix it.)
https://juejin.cn/post/6844904120525013006
I help it helps

Last edited by Wayfly (2023-12-02 02:25:06)


There's no place closer to heaven. It's just farther from hell.

Offline

Board footer

Powered by FluxBB