Skip to content

Commit

Permalink
feat: 基于雾凇拼音更新词库和添加『自动纠错』、更新拆字字库
Browse files Browse the repository at this point in the history
* style薄荷拼音输入风格): 模糊拼音取消

- 注释掉模糊拼音的配置

* feat(薄荷拼音输入风格): 第二输入降频

- 降低went的词频,避免输入『问题』时候的第一候选词被『went』挤占

* remove(Dicts): 移除未使用的词库

- 移除未使用的词库

* sync(雾凇拼音): 同步上游雾凇拼音词典

* feat(自动纠错): 适配自动纠错

- 引用雾凇拼音的自动纠错
- 删除自动纠错内的『比萨』纠错

* update(拆字模块): 拆字模块更新

- 拆字模块,适配落干词

* style(输入法样式): 调整鼠须管和小狼毫外观
  • Loading branch information
Mintimate committed Dec 6, 2023
1 parent 2151c19 commit 6853868
Show file tree
Hide file tree
Showing 11 changed files with 2,189 additions and 134,983 deletions.
12 changes: 10 additions & 2 deletions chaizi.dict.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: chaizi
version: "2022.09.20"
version: "2023.12.06"
sort: by_weight
use_preset_vocabulary: true
...
Expand Down Expand Up @@ -16718,4 +16718,12 @@ use_preset_vocabulary: true
𥊙 muzong
巭 gongfu
䜥 yanyindan
䲞 yuli
䲞 yuli
# 2023.12.06增加内容
龘 longlonglong
㵘 shuishuishuishui
𨰻 jinjinjinjin
㙓 tutututu
靁 leitiantian
饕 haohushi
餮 daizhenshi
3 changes: 2 additions & 1 deletion custom_dict.all.dict.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: custom_dict.all ##注意name和文件名一致
version: "2020.6.7"
version: "2023.12.06"
sort: by_weight
# 此处为 输入法所用到的词库,既补充拓展词库的地方
import_tables:
Expand All @@ -11,4 +11,5 @@ import_tables:
- dicts/se_words # 互联网网络词汇
- dicts/luna_pinyin.biaoqing # 表情
- dicts/luna_pinyin.emoji # emoji Ext
- dicts/rime_ice.others # 雾凇拼音others词库(用于自动纠错)
...
Loading

0 comments on commit 6853868

Please sign in to comment.