Here is the steps, after you downloaded and unzipped the file below: $ sudo apt-get install scim-dev $ sudo apt-get install python-dev $ sudo apt-get install python-enchant $ sudo apt-get install python-gtk2-dev $ sudo apt-get install libgtk2.0-dev $ tar jxvf scim-python-${version}.tar.bz2 $ cd scim-python-${version} $ ./configure --prefix=/usr $ make #this st...
by zhiyizhi - Linux文档专区 - 2009-02-18 15:51:46 阅读(777) 回复(0)
来源:linux toy 作者:leeight 下面是我在 Archlinux 中安装 scim-python 输入法的过程, 希望能够和大家分享一下。选择安装 scim-python 的一个原因是 Fcitx 好像和 FF3 配合得不是很好,另外就是 Fcitx 的词库没有 sicm-python 庞大。 安装 scim-python 之前,首先需要安装 pacman -S scim 之后 yaourt pyenchant 然后从 http://code.google.com/p/scim-python 中下载最新的代码。 将 scim-python-0.1.11.tar.gz...
Toy Posted in Tutorials RSS Trackback 下面是我在 Archlinux 中安装 scim-python 输入法 的过程, 希望能够和大家分享一下。选择安装 scim-python 的一个原因是 Fcitx 好像和 FF3 配合得不是很好,另外就是 Fcitx 的词库没有 sicm-python 庞大。 安装 scim-python 之前,首先需要安装 pacman -S scim 之后 yaourt pyenchant 然后从 http://code.google.com/p/scim-python 中 下载最新的代码 。 将 scim-python-0.1.11.t...
基于scim-python,使用python语言开发的智能拼音输入法,词库采用搜狗公司公开的语料库修改而来。 scim-python 0.1.9 终于发布了,增加了很多新功能,同时还增加了一个类似微软的整句输入法。欢迎大家使用,请多提宝贵意见。 详细输入法功能请参考: http://code.google.com/p/scim-python/wiki/PinYinUs erGuide http://code.google.com/p/scim-python/wiki/Shuangpi nUserGuide 项目地址: http://code.google.com/p/scim-pyth...
作者: 佚名 出处:linuxTOY 阅读提示:scim-python 是一个 scim 的 python 包装,它允许开发人员通过 python 语言来编写自己的输入法引擎。 scim-python 是一个 scim 的 python 包装,它允许开发人员通过 python 语言来编写自己的输入法引擎。目前,scim-python 已经提供了包括拼音、五笔、二笔、郑码、仓颉等在内的多种中文输入法。这对咱们 Linux 用户来说,无疑提供了新的中文输入法选择机会。 基于 scim-python 的...
http://gloomying.cn/articles/linux-scim-python.html linux下的搜狗拼音输入法:scim-python scim-python 是一个 scim 的 python 包装,使用python语言开发的智能拼音输入法,由于采用了搜狗公司公开的语料库里的词语和词频信息,所以对字词的识别率很高,而且词语联想也很精准。 scim-python是一款难得的输入法,希望做得越来越好,试用两天感觉犹如在linux平台下使用搜狗拼音,强烈推荐! ubuntu8.04下安装: sudo apt...
用 scim-bridge 改善 scim 在 Ubuntu 中的表现Friday, 16. June 2006, 05:31:22 Ubuntu , 中文输入 今天看到 IRC 里再讨论 scim-bridge。我很喜欢 scim,但是确实在有些场合 scim 会造成一些莫名其妙的问题。似乎使用 scim-bridge 可以解决。IRC 里有人告诉我它是用 C 代替了 C++ 编写的,可以解决原来 scim 和 acroread / realplay / vmplayer 等包不兼容的问题。 新立得里面 scim-bridge 的介绍是这样的: another i...
libltdl.so.3: cannot open shared object file: No such file or directory 之前安装了python-3.1,网上说和2.x的语法有较大区别,就又emerge -C掉了看了下python的版本,发现系统有2个版本执行python-updater的时候会出现找不到cracklib-2.8.10的问题,eix看了一下,现在最低的版本都是2.8.13了,所以先删掉,再重新安装吧emerge -C cracklibemerge cracklibpython-updater 本文来自ChinaUnix博客,如果查看原文请点:http://b...
step: 1. System->Administration->Language Support, select chinese, and click apply 2. im-switch -z en_US -s scim 3. reboot 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/17556/showart_1308981.html