分页: 8 / 8

Re: Ubuntu 10.04安装google拼音输入法

发表于 : 2011-08-16 21:23
ubuntu -gt windows
lz,请问ubuntu11.04的可以装吗

Re: Ubuntu 10.04安装google拼音输入法

发表于 : 2011-10-23 17:59
liuzhongjun
很可惜,不支持双拼。费了很大的劲装上去,然后又卸载。
Sun Pinyin因为没有设置界面图形支持比较麻烦(相信这个问题会很快得到解决)但是支持全拼和双拼这写基本的功能。
当然最大的问题是没有google Pinyin的强大数据库支持。如果能跟Google数据库同步(真正的Google Pinyin Ubuntu版)就更完美了。
我用的是Ubuntu 11.10, 确认按同样的方式可以安装,但是数据库并不能跟Google同步。

Re: Ubuntu 10.04安装google拼音输入法

发表于 : 2011-11-05 0:35
vfate_linux
:em11 不错的帖子 一定要顶起来啊

Re: Ubuntu 10.04安装google拼音输入法

发表于 : 2011-11-08 14:07
yimao
Ubuntu 如何启动谷歌拼音输入法

各位好,我装好谷歌拼音输入法后,打了几个字后发现很好用,好奇地把它关了一下,没想到开不了了。。。求解释 解决。 感激不尽!

是基于android版谷歌拼音开发的。

发表于 : 2011-12-06 14:42
zitian
源码说明里面作者已经说了:
基于android版谷歌拼音,scim架构,功能比android版弱,比windows版更弱。而且近两年很少更新了。
scim-googlepinyin
=================

scim-googlepinyin is an SCIM port of google-pinyin on android platform. It's basically a translation from its original java code to C++ counterpart. Android google pinyin's core is not changed in porting, but this user interface is slightly modified to simulate the bevaviour of GooglePinyin on Windows.

why scim-googlepinyin
---------------------

I found lots of GNU/Linux users are long for the Google Pinyin for GNU/Linux. And Google is very generous to open source google-pinyin on android. So here it is. SCIM was chosed as the target platform because I use SCIM on a daily basis. Yes, ibus is way better than SCIM in term of compatibility. But I am not quite familiar with it's development yet.

scim-googlepinyin is not
------------------------

scim-googlepinyin is not google-pinyin on andoird.

Due to some limitation of SCIM platform (or GNU/Linux), some features are chopped off. Like
- inline edit
- predict according to inputted character (we are not able to tell what the text is before input cursor)
- predict based on the application we are inputting text to (no way to find out the app)

At the time of writing, android google-pinyin has release its version 1.1.3. While the code on `android open souce project <http://android.git.kernel.org/?p=platfo ... yinIME.git>`_ is obviously older than the latest version, which lacks some features like synchronize the user lemma with server. And there is legal issue to analyze the binary of android google-pinyin. So instead of reverse engineering, we need to find some other way to improve scim-googlepinyin.

`Google Pinyin for Windows <http://www.google.com/ime/pinyin/>`_ sets a high bar for us. This software is not able to match with Google Pinyin for Windows in serveral ways. To name some major features we are missing:
- lacks a good/large enough language model. The size of IME's LM is around 10MiB while that of andoid google-pinyin is only 1.1MiB.
- the core engine used by android google pinyin may different from that of its Windows version
- no "i" mode support
- no English word input assistance
- not able to export/import user dict in text format
- no doodle or other eye candies

Re: Ubuntu 10.04安装google拼音输入法

发表于 : 2011-12-07 9:42
rikhtdss
用五笔的人漂过 :em04

Re: Ubuntu 10.04安装google拼音输入法

发表于 : 2012-01-22 10:36
ipepta
已成功! 感谢楼主分享
不过编译部分应该是全部需要sudo权限吧。。也许是我安装的目录位置不对?

Re: Ubuntu 10.04安装google拼音输入法

发表于 : 2012-02-12 19:49
bodo
经测试,我lubuntu12.04安装成功,不过要注意,我一步步按照楼主的办法操作,后来无法启动,然后去新德立搜googlepinyin发现有很多,把除了小企鹅的选项全部勾上应用成功启动。

对了,问下我输入法光标不能跟随到底怎么解决呢?

Re: Ubuntu 10.04安装google拼音输入法

发表于 : 2012-02-18 12:55
御之境
没必要装git;我用的是mint,装了git那个链接也打不开。https://github.com/tchaikov/scim-googlepinyin
到这个网站点“zip”可以直接下载代码。

Re: Ubuntu 10.04安装google拼音输入法

发表于 : 2012-02-18 20:04
rediscover
scim 正在退出历史舞台,新用户已经不推荐用它了。ibus-googlepinyin 和 fcitx-google 拼音都好好的在那里,就别在用这个了。

Re: Ubuntu 10.04安装google拼音输入法

发表于 : 2012-04-17 6:57
flyeblue
bodo 写了:经测试,我lubuntu12.04安装成功,不过要注意,我一步步按照楼主的办法操作,后来无法启动,然后去新德立搜googlepinyin发现有很多,把除了小企鹅的选项全部勾上应用成功启动。

对了,问下我输入法光标不能跟随到底怎么解决呢?
语言支持那里选择scim-bridge就可以自动跟随了。

Re: Ubuntu 10.04安装google拼音输入法

发表于 : 2012-04-30 13:02
yachtxiao
Mark!以后想装的时候来看!

Re: Ubuntu 10.04安装google拼音输入法

发表于 : 2012-08-05 9:46
asdke888
luoyun@ubuntu:~/scim-googlepinyin$ ./autogen.sh
./autogen.sh: line 1: aclocal: command not found
./autogen.sh: line 2: libtoolize: command not found
./autogen.sh: line 3: autoheader: command not found
./autogen.sh: line 4: automake: command not found
./autogen.sh: line 5: autoconf: command not found
./autogen.sh: line 6: ./configure: No such file or directory
出现这样的情况,不知道怎么解决,哪位哥哥姐姐帮个忙解决下

Re: Ubuntu 10.04安装google拼音输入法

发表于 : 2012-08-31 21:56
blackspot
mark

Re: Ubuntu 10.04安装google拼音输入法

发表于 : 2012-09-01 15:36
龙鬼007
找不到cd之后的那个文件夹,肿么办?这个步骤写的不清楚,到底是怎么来的