forked from chewing/libchewing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
89 lines (66 loc) · 2.2 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
_ _
___| |__ _____ _(_)_ __ __ _
/ __| '_ \ / _ \ \ /\ / / | '_ \ / _` |
| (__| | | | __/\ V V /| | | | | (_| |
\___|_| |_|\___| \_/\_/ |_|_| |_|\__, |
|___/
libchewing - The intelligent phonetic input method library
http://chewing.csie.net/
[-] History
libchewing is derived from Chewing input method, a xcin module
focusing on intelligent phonetic processing by Lu-chuan Kung
(lckung) and Kang-pen Chen (kpchen) during 1999-2001. However,
the original authors of Chewing dropped its development, and
Chewing was highly coupled with xcin, which prevents from
comprehensive applications.
[-] Motivation
Jim Huang started to separate core algorithm and logic layer
of Chewing since 2002, and he integrated his efforts into a
Chinese terminal named JMCCE as a part of its input method
modules. Also, in 2004, he attempts to let more applications
adapt these collaborated efforts, so that new contributors
(mentioned in file AUTHORS) created brand new Chewing Project
as the infrastructure and wrote serveral new bridges among
IIIMF, SCIM, OpenVanilla, Microsoft IME, UIM, ibus, etc.
[-] Status
1. bridge integration
- works with xcin.
- works with JMCCE.
- works with IIIMF.
- works with SCIM.
- works with MacOS X (SpaceChewing).
- works with Sun's Java Desktop System Input Method Framework.
- works with OpenVanilla Input Method Framework.
- works as standalone Microsoft Windows 32/64-bit (windows-chewing).
- works with OXIM.
- works with UIM.
- works with ibus.
- works with UCIMF.
- works with gcin/HIME.
- works with fcitx.
2. support phonetic keyboard layout
- Hsu
- IBM
- Gin-Yieh
- Eten
- Eten 26 keys
- Dvorak
- Dvorak Hsu
- HanYu PinYin
[-] Installation
# ./configure --prefix=/usr
(If you checkout from GIT, make sure running ./autogen.sh
before this.)
# make
# make install
see "INSTALL" for details.
[-] Cross-build
Example cross-build instructions:
# CC=arm-none-linux-gnueabi-gcc ./configure \
--host=arm-none-linux-gnueabi \
--disable-shared --enable-static
# make CC_FOR_BUILD=gcc
[-] License
See "COPYING" for details.
[-] Authors & Contact Information
See "AUTHORS" for details.