Ubuntu 10.04安装google拼音输入法

系统字体配置、中文显示和输入法问题
回复
ubuntu -gt windows
帖子: 2
注册时间: 2011-08-16 21:08

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

#106

帖子 ubuntu -gt windows » 2011-08-16 21:23

lz,请问ubuntu11.04的可以装吗
liuzhongjun
帖子: 5
注册时间: 2009-08-26 4:54

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

#107

帖子 liuzhongjun » 2011-10-23 17:59

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

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

#108

帖子 vfate_linux » 2011-11-05 0:35

:em11 不错的帖子 一定要顶起来啊
yimao
帖子: 3
注册时间: 2011-11-08 13:50

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

#109

帖子 yimao » 2011-11-08 14:07

Ubuntu 如何启动谷歌拼音输入法

各位好,我装好谷歌拼音输入法后,打了几个字后发现很好用,好奇地把它关了一下,没想到开不了了。。。求解释 解决。 感激不尽!
zitian
帖子: 6
注册时间: 2008-05-25 9:54

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

#110

帖子 zitian » 2011-12-06 14:42

源码说明里面作者已经说了:
基于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
rikhtdss
帖子: 115
注册时间: 2006-09-08 18:57
联系:

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

#111

帖子 rikhtdss » 2011-12-07 9:42

用五笔的人漂过 :em04
ipepta
帖子: 1
注册时间: 2012-01-22 10:32

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

#112

帖子 ipepta » 2012-01-22 10:36

已成功! 感谢楼主分享
不过编译部分应该是全部需要sudo权限吧。。也许是我安装的目录位置不对?
bodo
帖子: 100
注册时间: 2009-11-14 22:23

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

#113

帖子 bodo » 2012-02-12 19:49

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

对了,问下我输入法光标不能跟随到底怎么解决呢?
御之境
帖子: 4
注册时间: 2012-02-02 23:20

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

#114

帖子 御之境 » 2012-02-18 12:55

没必要装git;我用的是mint,装了git那个链接也打不开。https://github.com/tchaikov/scim-googlepinyin
到这个网站点“zip”可以直接下载代码。
rediscover
帖子: 3173
注册时间: 2010-01-13 23:26

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

#115

帖子 rediscover » 2012-02-18 20:04

scim 正在退出历史舞台,新用户已经不推荐用它了。ibus-googlepinyin 和 fcitx-google 拼音都好好的在那里,就别在用这个了。
Here I am.
Ubuntu 桌面培训 - 全中文官方文档,含汉化截图,提供PDF
flyeblue
帖子: 48
注册时间: 2008-05-05 9:58

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

#116

帖子 flyeblue » 2012-04-17 6:57

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

对了,问下我输入法光标不能跟随到底怎么解决呢?
语言支持那里选择scim-bridge就可以自动跟随了。
头像
yachtxiao
帖子: 10
注册时间: 2011-02-01 16:40

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

#117

帖子 yachtxiao » 2012-04-30 13:02

Mark!以后想装的时候来看!
菜鸟Linuxer一名
新手PHPer一名
地方社区运营经理
互联网产品经理
微博大V(其实只是小V)
新锐自由作家
http://www.fackyou.org
asdke888
帖子: 1
注册时间: 2012-08-05 9:43

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

#118

帖子 asdke888 » 2012-08-05 9:46

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
出现这样的情况,不知道怎么解决,哪位哥哥姐姐帮个忙解决下
blackspot
帖子: 1
注册时间: 2012-08-31 21:55

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

#119

帖子 blackspot » 2012-08-31 21:56

mark
龙鬼007
帖子: 2
注册时间: 2012-08-26 16:18

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

#120

帖子 龙鬼007 » 2012-09-01 15:36

找不到cd之后的那个文件夹,肿么办?这个步骤写的不清楚,到底是怎么来的
回复