Skip to content

Commit

Permalink
更新词库、增加反查
Browse files Browse the repository at this point in the history
  • Loading branch information
wongdean committed Apr 5, 2021
1 parent 71ac01b commit 8e80732
Show file tree
Hide file tree
Showing 12 changed files with 1,338,503 additions and 3,947 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
/build/*
/user.yaml
/installation.yaml
opencc/.DS_Store
.DS_Store
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

version: 0.14.0

Date:2020-11-15
Date:2021-04-05

----

Expand All @@ -19,7 +19,7 @@
1. 简单易用,不需要代码基础。皮肤与macOS自带输入法皮肤比较相似
2. 支持 emoji 候选,支持符号快捷输入,支持中英文混合输入,支持`/`+关键词实现快捷输入
3. 配置了部分网络上的词库,单词库来讲,已经非常强大,全新配置的话,最多一周就非常顺手
4. 配置文件支持 Rime 鼠须管0.14.0(macOS)、Weasel 小狼毫0.14.3(Windows),Linux,功能上都没有问题。
4. 配置文件支持 Rime 鼠须管0.15.0(macOS)、Weasel 小狼毫0.14.3(Windows),Linux,功能上都没有问题。


![rime](https://wang-1258168870.cos.ap-guangzhou.myqcloud.com/rime.jpg)
Expand Down Expand Up @@ -67,7 +67,8 @@
```
- 2020.05.04 整合官方的[『八股文』](https://github.com/lotem/rime-octagram-data),替代 Rime 默认的词表和词频(应该是重新训练了语言模型,好处是输入更加准确一些)。可以试试「各个国家都有各个国家的国歌」、「充满希望的跋涉比到达目的地更能给人乐趣」(第二句可能有点困难,跟你的输入法有关)
- 2020.11.15 1、**更新词库**,引用部分[@alswl](https://github.com/alswl/Rime)提供的细胞词库,以及[@thtfhsw](https://github.com/thtfhsw/rime-essay-creator)8万带词频的词典库。词库目前的标准是小而精,但也不能太小。由于Rime的特点(本地、不联网),目前的输入法还远远达不到联网输入法的精确度,词语的组合只能按照词频来。词库大小的限制,对于长句、长词,无法做到一次命中,这也是Rime最大的缺点了,也是非常难提升的点。如果长期使用Rime,自己养词库的话,这个缺点长期来看影响很小,毕竟输入法有记忆的功能。适当的配置加上符合自己的词库,Rime是一个非常棒的输入法。2、引入lua选词拓展[rime-lua-select-character](https://github.com/BlindingDark/rime-lua-select-character)。引用原项目的介绍:
> 以词定字可以让你在输入一个词组后,选取这个词组的开头或结尾的一个字直接上屏,比如想要打“嫉”这个字,可以先打“嫉妒”再按 [ 键选择第一个字,这样在输入一些生僻字的时候会有所帮助。按 [ 键将会选中词组的第一个字,按 ] 键将会选中词组的最后一个字。
> 以词定字可以让你在输入一个词组后,选取这个词组的开头或结尾的一个字直接上屏,比如想要打“嫉”这个字,可以先打“嫉妒”再按 [ 键选择第一个字,这样在输入一些生僻字的时候会有所帮助。按 [ 键将会选中词组的第一个字,按 ] 键将会选中词组的最后一个字。------已注释,若需要请自行打开
- 2021.04.05 1、加入[zhwiki词库](https://github.com/felixonmars/fcitx5-pinyin-zhwiki);2、更新[emoji](https://github.com/rime/rime-emoji);3、加入反查(二分方案,全拼)---默认未打开;4、其他小修改,复原了[]的翻页

-----

Expand Down
6 changes: 2 additions & 4 deletions double_pinyin.custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ patch:
- table_translator@custom_phrase
engine/filters:
- simplifier@emoji_suggestion
#- simplifier@zh_simp
- simplifier
- uniquifier
#- charset_filter@gbk
Expand Down Expand Up @@ -92,6 +91,5 @@ patch:
# easy_en/enable_sentence: false # 中英文混输的设置
# Rx: lotem/rime-octagram-data:customize:schema=luna_pinyin,model=hans
__include: grammar:/hant
# Rx: BlindingDark/rime-lua-select-character:customize:schema=luna_pinyin {
__include: lua_select_character:/patch
# }
# Rx: BlindingDark/rime-lua-select-character:customize:schema=luna_pinyin
# __include: lua_select_character:/patch # 需要lua_selector打开本行注释
5 changes: 2 additions & 3 deletions double_pinyin_flypy.custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,5 @@ patch:
# easy_en/enable_sentence: false
# Rx: lotem/rime-octagram-data:customize:schema=luna_pinyin,model=hans
__include: grammar:/hant
# Rx: BlindingDark/rime-lua-select-character:customize:schema=luna_pinyin {
__include: lua_select_character:/patch
# }
# Rx: BlindingDark/rime-lua-select-character:customize:schema=luna_pinyin
# __include: lua_select_character:/patch # 需要lua_selector打开本行注释
Loading

0 comments on commit 8e80732

Please sign in to comment.