Re: Ubuntu 10.04安装google拼音输入法
发表于 : 2011-08-16 21:23
lz,请问ubuntu11.04的可以装吗
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
语言支持那里选择scim-bridge就可以自动跟随了。bodo 写了:经测试,我lubuntu12.04安装成功,不过要注意,我一步步按照楼主的办法操作,后来无法启动,然后去新德立搜googlepinyin发现有很多,把除了小企鹅的选项全部勾上应用成功启动。
对了,问下我输入法光标不能跟随到底怎么解决呢?