UIM input method collection



Hello,

I released new version of an input method
collection library UIM. (Fixed many bugs)

You can get UIM from
 https://sourceforge.jp/projects/anthy/files/
  uim-1327.tar.gz
  uim-1327-1.i386.rpm(for RedHat8.0)

This package contains library `libuim' and gtk's
immodule `im-uim'.

UIM implements most of its functionalities with
Scheme script, thus you can easily add your own
input method. UIM aims to be simple and secure than
client server system.

You can install UIM by following command
 # ./configure --sysconfdir=/etc;make;make install
If you only want to test, please type following command
 $ ./configure;make; ./test.sh
and click right button on text field and
choose your input method.

--
UIM now supports following input methods.

Anthy(Japanese)
 You should install Anthy library, otherwise you can input
 only phonetic symbols in Japanese.
SKK(Japanese)
 You should install SKK dictionary, otherwise you can input
 only phonetic symbols in Japanese.
T-code(Japanese)
 Composition based Japanese input method.
 I should verify the table.
Hangul2(Korean)
Hangul3(Korean)
 I know new imhangul (http://kldp.net/projects/imhangul/) is
 better for Korean people.
Py(Chinese)
 Stolen from emacs.
VIQR(Vietnamese)
 Stolen from gtk+.
IPA(International Phonetic Symbols)
 Stolen from gtk+.

Canna(Japanese)
 In progress.

Comments are appreciated.

--
  Yusuke TABATA (yusuke cherubim icw co jp)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]