[Exchange and share] 制作 fcitx5 的自定义词库
Tofloor
poster avatar
一醉陶然
deepin
2023-03-02 16:06
Author

制作 fcitx5 的自定义词库。

deepin v23 alpha2 fcitx5 版本较老或定制过,好像不太完整。

我是在 Ubuntu 22.04 下,使用

git clone https://github.com/CHN-beta/sougou-dict
cd sougou-dict
cat dict/*.txt > dict.txt
libime_pinyindict dict.txt sougou.dict
cp *.dict $HOME/.local/share/fcitx5/pinyin/dictionaries/

也可以自己制作 dict.txt, 格式如下(中间是 tab)

image.png

然后使用下面两行命令就可以:

libime_pinyindict dict.txt sougou.dict
cp *.dict $home/.local/share/fcitx5/pinyin/dictionaries/

其中 dict.txt 可以改成其他文件名, 生成的 dict文件放在 $HOME/.local/share/fcitx5/pinyin/dictionaries/

Reply Favorite View the author
All Replies
2 / 2
To page
晚秋(lateautumn)
Moderator
2023-03-03 23:06
#21
灵兮之

设置这个键就可以shift切换中英文输入
image.png

我的电脑怎么没有这个全局选项confused
image.png

Reply View the author
一醉陶然
deepin
2023-03-03 23:45
#22

我的也没有。fcitx5 阉割的太厉害了。

Reply View the author
灵兮之
deepin
2023-03-04 03:58
#23
晚秋(lateautumn)

我的电脑怎么没有这个全局选项confused
image.png

这个不是在系统设置里面,是在输入法设置里面

状态栏,输入法右键,配置
image.png

Reply View the author
~夏至、微风~
deepin
2023-03-06 06:02
#24

这个必须遵守拼音的规则吗?比如我想自定义几个英文的词语,就不能用了

Reply View the author
灵兮之
deepin
2023-03-10 01:51
#25
~夏至、微风~

这个必须遵守拼音的规则吗?比如我想自定义几个英文的词语,就不能用了

这个是汉字的词库,单纯拼音的没有,比如qq这种就没办法在自定义词库里面

不过可以通过按v来设置快速输入达到目的

Reply View the author
aerowolf
deepin
2023-03-15 00:08
#26
对方正在输入...

shift无法切换中英文的问题怎么解决呢

试试这样操作:

1.进入fcitx5配置对话框

2.确保“输入法”标签页中,“当前输入法”下文有:键盘-英文(美国)、拼音(或其它输入法)。

3.在“全局选项”标签页中,将“临时在当前和第一个输入法之间切换”设置为左shift。

4.重启输入法。

Reply View the author
aerowolf
deepin
2023-03-15 00:17
#27
对方正在输入...

shift无法切换中英文的问题怎么解决呢

截屏-20230314160951.png

Reply View the author
浪云
deepin
2023-04-18 04:51
#28

好像有哪一个输入法是可以自学习的,只要复制txt中文到软件里面,可以变成词库的,希望fcitx5也可以学习这个功能

Reply View the author
浪云
deepin
2023-04-18 04:53
#29
aerowolf

试试这样操作:

1.进入fcitx5配置对话框

2.确保“输入法”标签页中,“当前输入法”下文有:键盘-英文(美国)、拼音(或其它输入法)。

3.在“全局选项”标签页中,将“临时在当前和第一个输入法之间切换”设置为左shift。

4.重启输入法。

这招厉害了!谢谢!

Reply View the author
2 / 2
To page