Scim-python相关的拼音输入法

系统字体配置、中文显示和输入法问题
wkt
帖子: 849
注册时间: 2006-09-07 22:51
联系:

Scim-python相关的拼音输入法

#1

帖子 wkt » 2008-04-28 19:50

我要打fitx for ubuntu 8.04 的deb包,但fitx又基于scim-python。
所以顺路打了scim-python的deb包。
scim-python仅为fitx提供了依赖,
scim-python-pinyin是scim-python源码里带的拼音输入法。
如果只想用fitx的话可以不用安装scim-python-pinyin仅需安装scim-python。
这是我故意分成两个包打,因为scim-python-pinyin较大。


Fitx项目人员打包:
scim-python 0.1.12
http://fitx.googlecode.com/files/scim-p ... 2_i386.deb
Fitx 0.5
* source tar ball
http://fitx.googlecode.com/files/fitx_0 ... src.tar.gz
* binary tar ball
http://fitx.googlecode.com/files/fitx_0 ... 008.tar.gz
* deb
http://fitx.googlecode.com/files/fitx_0 ... 8_i386.deb


scim-python 0.1.11版本
我用了一段时间感觉没有问题现在共享一下。
下载在http://ftp.ubuntu.org.cn/home/wkt/deb/可以看到。
用户:ubuntu
密码:ubuntuftp

另外,从其他地方找到
leon打包的 scim-python 0.1.12版本 (注:此包附带scim-python-pinyin,体积达到了37MB)
http://cid-d07901ad4b0f9185.skydrive.li ... |_i386.deb
附件
fitx.png
fitx-1.png
上次由 wkt 在 2008-08-06 16:11,总共编辑 7 次。
steeven
帖子: 103
注册时间: 2006-08-02 22:05

#2

帖子 steeven » 2008-04-28 23:23

正在找,就有了,谢谢啊~~~
steeven
帖子: 103
注册时间: 2006-08-02 22:05

#3

帖子 steeven » 2008-04-29 10:26

需要改动一点:拼音加加的双拼键位有bug: i -> shi, u->ch, 另外应该增加 "a"->"'", "e":"'"
我不会做deb, 希望能改进
wkt
帖子: 849
注册时间: 2006-09-07 22:51
联系:

#4

帖子 wkt » 2008-04-29 11:39

steeven 写了:需要改动一点:拼音加加的双拼键位有bug: i -> shi, u->ch, 另外应该增加 "a"->"'", "e":"'"
我不会做deb, 希望能改进
这个我不知道什么意思啊?
不过我只是打包,如果有问题我也不知道怎么办?
steeven
帖子: 103
注册时间: 2006-08-02 22:05

#5

帖子 steeven » 2008-04-29 22:47

找到:/usr/share/scim-python/engine/PinYin/PYDict.py找到下面這节,增加替换aeiu几个如下:

代码: 全选

PYJJ_SHUANGPIN_SHENGMU_DICT = {
        "a" : "'", "b" : "b", "c" : "c", "d" : "d", "e" : "'", "f" : "f", "g" : "g",
        "h" : "h", "i" : "sh","j" : "j", "k" : "k", "l" : "l",
        "m" : "m", "n" : "n", "o" : "'", "p" : "p", "q" : "q",
        "r" : "r", "s" : "s", "t" : "t", "u" : "ch","v" : "zh",
        "w" : "w", "x" : "x", "y" : "y", "z" : "z"
}
steeven
帖子: 103
注册时间: 2006-08-02 22:05

#6

帖子 steeven » 2008-04-29 22:48

自己改了也能用,python是脚本语言?
wkt
帖子: 849
注册时间: 2006-09-07 22:51
联系:

#7

帖子 wkt » 2008-04-30 15:40

steeven 写了:自己改了也能用,python是脚本语言?
好等我切换到ubuntu后改一下
最近要用word来写些东西,一直都是winxp。
头像
hethe
帖子: 3666
注册时间: 2005-08-01 9:14

#8

帖子 hethe » 2008-04-30 16:05

这个比起scim-bridge有什么好处呢?
Gedanken ohne Inhalt sind leer .Anschauungen ohne Begriffe sind blind.
wkt
帖子: 849
注册时间: 2006-09-07 22:51
联系:

#9

帖子 wkt » 2008-04-30 19:29

steeven 写了:找到:/usr/share/scim-python/engine/PinYin/PYDict.py找到下面這节,增加替换aeiu几个如下:

代码: 全选

PYJJ_SHUANGPIN_SHENGMU_DICT = {
        "a" : "'", "b" : "b", "c" : "c", "d" : "d", "e" : "'", "f" : "f", "g" : "g",
        "h" : "h", "i" : "sh","j" : "j", "k" : "k", "l" : "l",
        "m" : "m", "n" : "n", "o" : "'", "p" : "p", "q" : "q",
        "r" : "r", "s" : "s", "t" : "t", "u" : "ch","v" : "zh",
        "w" : "w", "x" : "x", "y" : "y", "z" : "z"
}
我已经修改了,
我如何知道修改的效果。
不过,你为什么不把这个直接发给scim-pinyin的作者呢!
或者你就作者,由于0.1.11没有把它包含进来。
所以现在就只是给我一个建议而已。
rocck
帖子: 29
注册时间: 2007-10-27 8:43

#10

帖子 rocck » 2008-05-01 5:52

准备换输入法呢 谢谢了
spiritfrog
帖子: 274
注册时间: 2007-08-04 13:04

#11

帖子 spiritfrog » 2008-05-01 10:52

这个是scim输入法?
steeven
帖子: 103
注册时间: 2006-08-02 22:05

#12

帖子 steeven » 2008-05-01 23:19

mapel_uc
帖子: 157
注册时间: 2006-04-21 16:45

#13

帖子 mapel_uc » 2008-05-04 10:56

貌似很不错的样子呢
比fcitx好用哦
daawen1
帖子: 11
注册时间: 2007-02-12 16:55

#14

帖子 daawen1 » 2008-05-04 20:28

这个输入法确实很好用,不过现在不支持全角标点符号,我工作必须要用,所以只能舍弃了,埃,作者也不怎么更新
zzguwei
帖子: 6
注册时间: 2007-04-10 15:09

#15

帖子 zzguwei » 2008-05-06 15:11

fitx有很多进程阿怎么。20个以上阿都用killall fitx结束。。寒。。还有那个整句和巨蟒输入字要过一会才出来候选字。就是晚一秒左右吧要。难道我机器太老了p42.8ht 768ram。。。不过真的很好用。。。
回复