Diff for "JapaneseInput"


Differences between revisions 1 and 20 (spanning 19 versions)
Revision 1 as of 2005-10-08 21:09:46
Size: 2883
Editor: lon92-6-82-236-204-172
Comment:
Revision 20 as of 2017-09-04 21:03:19
Size: 494
Editor: ckimes
Comment: Tag with NeedsUpdating and NeedsExpansion; cleaned up old links
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
This method uses uim and its anthy plugin. <<Include(Tag/NeedsUpdating)>>
<<Include(Tag/NeedsExpansion)>>
Line 3: Line 4:
= Installing the packages = = Japanese Input =
Line 5: Line 6:
Either use the Synaptic Package Manager (System> Administration menu) to install the following packages or type the lines in a terminal: This article provides information on how to setup Japanese input.
Line 7: Line 8:
{{{
sudo apt-get install uim-applet-gnome uim-xim uim-anthy uim-gtk2.0
}}}
== via iBus ==
Line 11: Line 10:
Normally, all the necessary dependencies should be pulled by the package manager, including the ''im-switch'' utility. In Ubuntu, you can type Japanese via the program "iBus", which supplies the input methods.
Line 13: Line 12:
'''Note''': you need to have the UniversePackages repository configured. For information on how to install a Japanese input setup in Ubuntu 14.04, please click here:
Line 15: Line 14:
At this point, the system is ready to input japanese if you log in a Japanese session. You can skip the next section and directly go to the using the uim applet. [[http://www.localizingjapan.com/blog/2014/05/25/japanese-input-on-ubuntu-linux-14-04-lts-trusty-tahr/|Ubuntu 14.04]]
Line 17: Line 16:
= Setting the input method =

But if you want to type in Japanese from an other language session (this is quite the usual case), you can use the ''im-switch'' utility to set the input method for only your account or all the users.

In a terminal, type the following:

{{{
im-switch -s uim_anthy
}}}

It will set the default input method for your user account and you current language, but you can set it for a given language session. For example, you could use:

{{{
im-switch -z fr_FR -s uim_anthy
}}}

to associate the uim-anthy input method to the French session of your account.

uim allows you to type traditionally, so you can also launch ''im-switch'' as administrator to set the default input method for all the users without any side effect:

{{{
sudo im-switch -s uim_anthy
}}}

Note that user settings prevail over the system ones, so a user you can always override the default input method.

= Using the uim applet =

Now you can just log out and log back into the desktop and add the applet named ''Uim applet'' on one of your panels (Right click on the panel> Add to panel...).

To try out inputting Japanese, launch the '''Gedit text editor'''. At this point, the selected GTK input method should be uim. You can check that right-clicking on the text component and just hovering over the ''Input Methods'' item to check uim is selected. If it's not, you can always set it from there.

Type something - it should be ordinary roman text. Press Shift-Space, however, and type "watashi". It should come out as Hiragana "わたし" (it is Japanese for "I"). If you have the panel applet in the panel, it should change to reflect that you are typing Hiragana. Press Return to "fix" the word, or press Space to konvert it to a Kanji (you want "私"). If you got the wrong Kanji, press Space again to get a selection to choose from. Once you've got the right one, press Return. To type ordinary roman text again, just press Shift-Space once more.

Notice how the applet display change when you switch of input type.
You're typing Japanese!

Now you can check the settings in the applet to find out more about the different keys you can type to have more control over the input.
----

Tag/tag.png

Needs Updating
This article needs updating to include the latest versions of Ubuntu. More info...

Tag/tag.png

Needs Expansion
This article is incomplete, and needs to be expanded. More info...

Japanese Input

This article provides information on how to setup Japanese input.

via iBus

In Ubuntu, you can type Japanese via the program "iBus", which supplies the input methods.

For information on how to install a Japanese input setup in Ubuntu 14.04, please click here:

Ubuntu 14.04


JapaneseInput (last edited 2020-02-08 01:57:51 by tyknkd)