个人工具

“UbuntuHelp:ImJa”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/ImJa}} {{Languages|UbuntuHelp:ImJa}} == im-ja == === Why im-ja instead of SCIM === Features im-ja has over scim: * faster * more configurable * ...)
 
 
(未显示同一用户的2个中间版本)
第2行: 第2行:
 
{{Languages|UbuntuHelp:ImJa}}
 
{{Languages|UbuntuHelp:ImJa}}
 
== im-ja ==
 
== im-ja ==
 
 
=== Why im-ja instead of SCIM ===
 
=== Why im-ja instead of SCIM ===
 
 
Features im-ja has over scim:
 
Features im-ja has over scim:
 
* faster
 
* faster
第10行: 第8行:
 
* can use a number of backends
 
* can use a number of backends
 
* simpler to install and use
 
* simpler to install and use
 
 
Also, SCIM contains many bugs which are not likely to be fixed any time soon, whereas im-ja just works.  For example, I tried entering the text "nihongo" with SCIM and I got back a mish-mash of Kanji, hiragana and latin characters, whereas with im-ja it immediately converts my typing into hiragana, and will select an appropriate sequence of kanji upon pressing space.  See this [http://pdr.cx/scim_vs_im-ja.png illustration of scim and im-ja use].
 
Also, SCIM contains many bugs which are not likely to be fixed any time soon, whereas im-ja just works.  For example, I tried entering the text "nihongo" with SCIM and I got back a mish-mash of Kanji, hiragana and latin characters, whereas with im-ja it immediately converts my typing into hiragana, and will select an appropriate sequence of kanji upon pressing space.  See this [http://pdr.cx/scim_vs_im-ja.png illustration of scim and im-ja use].
 
 
=== Installing ===
 
=== Installing ===
 
 
The im-ja homepage is at [http://im-ja.sourceforge.net/ http://im-ja.sourceforge.net/].  Ubuntu packages can be installed using gdebi from [http://im-ja.sourceforge.net/binary.html http://im-ja.sourceforge.net/binary.html].  You will also need to install a wnn server.  This can be done with the following command:
 
The im-ja homepage is at [http://im-ja.sourceforge.net/ http://im-ja.sourceforge.net/].  Ubuntu packages can be installed using gdebi from [http://im-ja.sourceforge.net/binary.html http://im-ja.sourceforge.net/binary.html].  You will also need to install a wnn server.  This can be done with the following command:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo apt-get install freewnn-jserver
 
sudo apt-get install freewnn-jserver
 
</nowiki></pre>
 
</nowiki></pre>
 
 
You may also need to add the following two lines to <code><nowiki>/etc/gtk-2.0/gtk.immodules</nowiki></code> if they're not already there:
 
You may also need to add the following two lines to <code><nowiki>/etc/gtk-2.0/gtk.immodules</nowiki></code> if they're not already there:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
"/usr/lib/gtk-2.0/2.4.0/immodules/im-ja.so"
 
"/usr/lib/gtk-2.0/2.4.0/immodules/im-ja.so"
 
"im-ja" "Japanese" "gtk+" "/usr/share/locale" "ja"
 
"im-ja" "Japanese" "gtk+" "/usr/share/locale" "ja"
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Check that this is the right path for im-ja as it may have been updated since writing this documentation.
 
Check that this is the right path for im-ja as it may have been updated since writing this documentation.
 
 
=== Using ===
 
=== Using ===
 
 
Any newly-launched GTK+ program will now have "Japanese" listed as an input method.  You can select this by right clicking on a text entry and selecting Input Method -> Japanese.
 
Any newly-launched GTK+ program will now have "Japanese" listed as an input method.  You can select this by right clicking on a text entry and selecting Input Method -> Japanese.
 
 
Type away and your text will be input at first in hiragana.  This can then be converted to an appropriate representation by pressing the space bar.
 
Type away and your text will be input at first in hiragana.  This can then be converted to an appropriate representation by pressing the space bar.
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 15:40的最新版本

im-ja

Why im-ja instead of SCIM

Features im-ja has over scim:

  • faster
  • more configurable
  • can use a number of backends
  • simpler to install and use

Also, SCIM contains many bugs which are not likely to be fixed any time soon, whereas im-ja just works. For example, I tried entering the text "nihongo" with SCIM and I got back a mish-mash of Kanji, hiragana and latin characters, whereas with im-ja it immediately converts my typing into hiragana, and will select an appropriate sequence of kanji upon pressing space. See this illustration of scim and im-ja use.

Installing

The im-ja homepage is at http://im-ja.sourceforge.net/. Ubuntu packages can be installed using gdebi from http://im-ja.sourceforge.net/binary.html. You will also need to install a wnn server. This can be done with the following command:

sudo apt-get install freewnn-jserver

You may also need to add the following two lines to /etc/gtk-2.0/gtk.immodules if they're not already there:

"/usr/lib/gtk-2.0/2.4.0/immodules/im-ja.so"
"im-ja" "Japanese" "gtk+" "/usr/share/locale" "ja"

Check that this is the right path for im-ja as it may have been updated since writing this documentation.

Using

Any newly-launched GTK+ program will now have "Japanese" listed as an input method. You can select this by right clicking on a text entry and selecting Input Method -> Japanese. Type away and your text will be input at first in hiragana. This can then be converted to an appropriate representation by pressing the space bar.