Commit Graph

102 Commits

Author SHA1 Message Date
mirtlecn
1ffdce6a84
lua: fix #673 (#676)
fix: committed incorrect puncts when user sets non-corresponding keys.
fix: lua hijacked keys when in ascii_mode
fix: handle keys correctly combined with shift
2024-02-07 16:09:51 +08:00
Dvel
5577c26f1d fix: reduce_english_filter.lua 补上 zh ch sh 相关单词 fix #671 2024-02-07 16:02:40 +08:00
Dvel
f3d92bddd0 conf: 全拼默认开启长词优先,配合暴力 GC 2024-02-06 00:29:51 +08:00
Dvel
363ab9c586 docs 2024-02-05 21:59:13 +08:00
Dvel
f12eaa27d0 conf: option name: single_char -> search_single_char close #664 2024-02-04 23:27:50 +08:00
mirtlecn
0017a08e42
config!: use recipe to config double_pinyin (#662)
BREAKING CHANGE: 中英混输词库由英文方案附属切换到单独的 table_translator

- 词库文件由 `cn_en*.dict.yaml` 变为 `cn_en*.txt`
- 双拼不再需要去 `melt_eng.dict.yaml` 更改引用词库
2024-02-04 20:49:51 +08:00
Dvel
c865232561 feat: pin_cand_filter.lua 支持用 > 分割含有空格的词汇 #586 2024-02-03 13:24:00 +08:00
Dvel
188a1112d0 refactor: pin_cand_filter.lua 匹配逻辑改为无空格的 cand.preedit #586 2024-02-02 22:50:12 +08:00
Dvel
86ebf99f4f feat: pin_cand_filter.lua 置顶候选项 #586 2024-02-01 00:30:17 +08:00
Mintimate
58cfa406c7
feat: 英文降频 all 将合并 words 内容 (#650) 2024-01-30 10:17:35 +08:00
Dvel
709127725d conf: 简繁转换对数字大写和农历生效 #652 2024-01-30 08:27:34 +08:00
Dvel
d3762b278b conf: 开关除了 emoji 外不默认设定 reset 2024-01-30 07:44:01 +08:00
Dvel
5c21df5cd9 feat!: 部件拆字反查、辅码 (#643)
BREAKING CHANGE: 部件拆字方案替换了两分方案

Co-authored-by: Mirtle <mirtle.cn@outlook.com>
2024-01-30 07:44:01 +08:00
mirtlecn
17d2d63475
docs: update weasel.yaml (#638) 2024-01-26 03:41:38 +08:00
Dvel
47a8766440 feat: N 开头公历转农历 #565 2024-01-15 00:14:26 +08:00
Dvel
064df83015 feat: translator 改成自动读取 recognizer/patterns 配置来获取触发前缀 close #615 2024-01-14 23:58:37 +08:00
Dvel
76996e8e25 dict: 日常更新; close #604 2024-01-05 19:32:31 +08:00
Dvel
bccc7809ea feat: corrector.lua 支持 comment 格式化配置 close #598 2024-01-03 23:27:55 +08:00
Dvel
659f132fbc feat: 农历 close #565 2024-01-02 22:25:13 +08:00
Dvel
2852474aac dict: 日常更新 2024-01-02 20:41:11 +08:00
Dvel
8f2637b397 docs 2023-12-08 22:40:51 +08:00
Dvel
5b026e4345 dict: 日常更新 2023-11-24 20:08:27 +08:00
Dvel
0e843f998f feat: reduce_english_filter.lua 增加一键全降低 2023-10-22 15:21:26 +08:00
Dvel
e2f33df081 dict: 日常更新 2023-10-22 10:09:18 +08:00
Dvel
4539dcb866 dict: 日常更新 close #522 2023-10-18 01:58:44 +08:00
Dvel
a219451708 fix: reduce_english_filter.lua 可识别含单引号的单词 close #519 2023-10-17 02:32:06 +08:00
Dvel
f276d4de87 dict: 日常更新 #457 close #516 添加一些英文缩写 close #512 2023-10-14 19:35:13 +08:00
ComfyFluffy
34fbc4043e
use fullwidth 'A' for ascii_mode switches (#482) 2023-09-22 19:18:46 +08:00
Dvel
10864f96e1 fix: 全拼纠错去掉 tie → tei fix #443 2023-08-16 17:17:03 +08:00
Dvel
084a71de62 doc: 完善些许注释 2023-08-15 22:22:22 +08:00
Dvel
98ef0c1846 config: 关闭全拼 huia → huai 的纠错 2023-08-07 23:46:53 +08:00
Dvel
34ab9725ea feat: 搜狗双拼 2023-08-07 23:34:23 +08:00
Dvel
3ce582e195 feat: corrector.lua 错音错字提示 2023-08-06 18:37:28 +08:00
Dvel
7c96a18e8c dict: 日常更新 2023-07-30 20:12:23 +08:00
Dvel
f75059625d remove: 删除八股文 #407 2023-07-28 22:57:21 +08:00
Dvel
5134c3ed90 conf: 默认关闭八股文 #407 2023-07-19 07:32:43 +08:00
Dvel
0087b579e0 dict: 日常更新; close #389, close #390 2023-07-08 08:41:03 +08:00
Dvel
d9cf59d5f2 config: 默认不启用 long_word_filter 2023-06-29 20:25:04 +08:00
Dvel
8bf58319ed dict: 日常更新; 修复大量「参」的注音; fix #370 2023-06-25 20:49:18 +08:00
Dvel
4af4d470f2 fix #358 调整 uniquifier 组件顺序到最后 2023-06-16 18:19:42 +08:00
Dvel
e0a504af19 fix 内存老问题 2023-06-13 18:18:02 +08:00
Mirtle
8b4b8d49a7
refactor: 改写拼写规则的搭桥字母 (#332) 2023-06-08 06:42:01 +08:00
Dvel
1eed724c8d feat: 中英混输词条自动空格; close #327 2023-06-07 17:47:19 +08:00
Mirtle
b6d39175b0
feat: 英文词汇自动大写转换 (#305)
示例:
输入小写,得到词库中的原样:latex → LaTeX
输入首字母大写,得到首字母大写:Hello → Hello
输入前2~n个字母大写,得到全大写:HEllo → HELLO
同上,输入全大写,得到全大写:HELLO → HELLO
2023-05-30 22:06:38 +08:00
Dvel
5b495d6b7d 日常更新; close #310 (#311) 2023-05-30 13:05:26 +08:00
Dvel
6f68577360 日常更新; fix #295 2023-05-27 23:43:28 +08:00
Dvel
6c0618aeaf fix: 模糊音韵母拼写规则; close #284 2023-05-24 12:51:56 +08:00
Dvel
97536a3a33 日常更新 2023-05-21 11:53:32 +08:00
Dvel
05443240f6 lua & docs: 增加 is_in_user_dict 配置项; close #279 2023-05-21 11:01:27 +08:00
Dvel
2ed102a211 docs 2023-05-16 22:21:36 +08:00