1.fcitx-sunpinyin模式导入搜狗词库方法:
此方法仅限于fcitx输入法的sunpinyin模式,并不适合fcitx本身的输入法。
fcitx-sunpinyin采用fcitx界面,但词库调用模式采用sunpinyin,提高输入准确率,安装方法请看以前的帖子
上面地址找到自己需要的词库,要scel格式的
下载,解压缩,然后把开始下载的scel文件也放入此文件夹,终端运行命令:
cd 工具包解压缩后的文件夹路径
python import_sogou_celldict.py ***.scel
这样就OK了,
题外话:sunpinyin词库是位于~/.sunpinyin文件夹内的usedict文件
另sunpinyin可以直接记忆你平时输入的词组,都在~/.sunpinyin/usedict内,以后只要保存usedict就可以保留词库了!
2.搜狗scel词库修改后转为fcitx自身词库的方法
采用utf8编码,各种工具下载地址如下:
scel词库转mb工具包下载地址
①.下载scel4mb.rar解压缩
②.进入目录.把下载好的scel词库放入该文件夹中
以下以sougou.scel和/media/D/Dropbox/ubuntu/fcitx路径为例说明.运行命令:
cd /media/D/Dropbox/ubuntu/fcitx
./sgscel2fcitx sougou.scel
③.把生成的sg_pyPharese.org词库内容复制合并入小企鹅输入法的标准词库pyPhrase.org内
④.校准词库,删除重复词条,注意:时间很长,耐心等待
运行命令:
./noOverlap
产生tmp.txt为校准后的词库 删除调原来的pyPhrase.org,把tmp.txt改名为pyPhrase.org
⑤.转换为能被输入法调用的MB文件
运行命令:
createPYMB gbkpy.org pyPhrase.org
⑥.复制产生的mb文件进fcitx
sudo rm -rf /media/D/Dropbox/ubuntu/fcitx/pyERROR /media/D/Dropbox/ubuntu/fcitx/pyPhrase.ok
sudo cp /media/D/Dropbox/ubuntu/fcitx/*.mb /usr/share/fcitx/data
⑦.注销电脑~成功咯
Comments (12)
Comments are closed.