hosxy / rime-aurora-pinyin

【极光拼音】输入方案
Apache License 2.0
70 stars 3 forks source link

单字母m和n在Rime下无法正确输出以m和n开头的字 #3

Closed jim-kirisame closed 4 years ago

jim-kirisame commented 4 years ago

推测是码表内含有单字母m和n的条目的问题

ayaka14732 commented 4 years ago

It is indeed a feature. Or you can change the default behaviour by adding

- derive/^([mn]).+$/$1/

to speller:algebra.

hosxy commented 4 years ago

单声母/双声母(无韵母)的汉字的确是存在的, 同意 @ayaka14732 的方法