blob: af4ace393b7990c759a73f288a76cd715c1bbe78 [file] [log] [blame]
The Android Open Source Project053d5092009-03-15 21:40:26 -07001-------------------------------------------------------------------------------
Daisuke Miyakawa1818fbb2009-06-25 16:52:15 -07002 OpenWnn Japnese README
The Android Open Source Project053d5092009-03-15 21:40:26 -07003
Junichi Monma59aefa22012-04-24 16:13:54 +09004 Version 1.3.6
5
6 (C) Copyright OMRON SOFTWARE Co., Ltd. 2008-2012 All Rights Reserved.
The Android Open Source Project053d5092009-03-15 21:40:26 -07007-------------------------------------------------------------------------------
8
Daisuke Miyakawae83971e2009-06-16 16:31:48 +090091. About OpenWnn
The Android Open Source Project053d5092009-03-15 21:40:26 -070010
Daisuke Miyakawae83971e2009-06-16 16:31:48 +090011 OpenWnn is a IME(Input Method Editor) package which
The Android Open Source Project053d5092009-03-15 21:40:26 -070012 works on Android's IMF(Input Method Framework). This version
Daisuke Miyakawa1818fbb2009-06-25 16:52:15 -070013 contains Japanese IME.
The Android Open Source Project053d5092009-03-15 21:40:26 -070014
152. Contents
16
17 This package includes the following items.
18
19 o Document
20 . Apache license paper (text)
21 . This README (text)
22 . Change history (text)
23 . Java docs of the IME (HTML)
24
25 o Building environment
Daisuke Miyakawa4ea4d402009-03-31 11:19:30 -070026 . Building control file (XML, makefile, shell script)
Daisuke Miyakawae83971e2009-06-16 16:31:48 +090027 . IME native library source code (C)
The Android Open Source Project053d5092009-03-15 21:40:26 -070028 . IME resource (XML, PNG)
29 . IME source code (Java)
30
Daisuke Miyakawa3feb3d22009-03-27 19:24:41 -0700313. Dictionary Libraries
32
33 [libWnnEngDic.so: English dictionary]
34 Index 0: English dictionary for normal prediction (high priority)
35 Index 1: English dictionary for normal prediction (middle priority)
36 Index 2: English dictionary for normal prediction (low priority)
37 Index 3: English dictionary for relative prediction #1
38 Index 4: English dictionary for relative prediction #2
39
40 [libWnnJpnDic.so: Japanese dictionary]
41 Index 0: Japanese dictionary for normal prediction (high priority)
42 Index 1: Japanese dictionary for normal prediction (low priority)
43 Index 2: Japanese dictionary for relative prediction #1
44 Index 3: Japanese dictionary for relative prediction #2
45 Index 4: Japanese dictionary for clause conversion (single Kanji)
46 Index 5: Japanese dictionary for clause conversion (basic words)
47 Index 6: Japanese dictionary for clause conversion (ancillary words)
48
Daisuke Miyakawa3feb3d22009-03-27 19:24:41 -0700494. File constitution
The Android Open Source Project053d5092009-03-15 21:40:26 -070050
Daisuke Miyakawa4ea4d402009-03-31 11:19:30 -070051 NOTICE Apache license paper
52 README.txt This README
53 ChangeLog.txt Change history
The Android Open Source Project053d5092009-03-15 21:40:26 -070054
55 doc/
Daisuke Miyakawa4ea4d402009-03-31 11:19:30 -070056 *.html Java docs of the IME
The Android Open Source Project053d5092009-03-15 21:40:26 -070057
Daisuke Miyakawa4ea4d402009-03-31 11:19:30 -070058 Android.mk Building control file
59 AndroidManifest.xml |
The Android Open Source Project053d5092009-03-15 21:40:26 -070060
Daisuke Miyakawa4ea4d402009-03-31 11:19:30 -070061 libs/ IME native library source code (C language)
62 Android.mk |
63 libwnnDictionary/ |
64 Android.mk |
65 *.c |
66 *.h |
67 engine/ |
68 *.c |
69 include/ |
70 *.h |
71 libwnnEngDic/ |
72 Android.mk |
73 *.c |
74 libwnnJpnDic/ |
75 Android.mk |
76 *.c |
The Android Open Source Project053d5092009-03-15 21:40:26 -070077
Daisuke Miyakawa4ea4d402009-03-31 11:19:30 -070078 res/ IME resource (XML, PNG)
79 drawable/ |
80 *.xml |
81 *.png |
Daisuke Miyakawa0470b852009-10-28 15:39:18 +090082 drawable-hdpi/ |
83 *.png |
Daisuke Miyakawae83971e2009-06-16 16:31:48 +090084 drawable-ja/ |
85 *.png |
Junichi Monma59aefa22012-04-24 16:13:54 +090086 drawable-xlarge/ |
87 *.xml |
88 *.png |
89 drawable-xlarge-hdpi/ |
90 *.xml |
91 *.png |
92 drawable-xlarge-land-hdpi/ |
93 *.png |
Daisuke Miyakawa4ea4d402009-03-31 11:19:30 -070094 layout/ |
95 *.xml |
Junichi Monma59aefa22012-04-24 16:13:54 +090096 layout-xlarge/ |
97 *.xml |
Daisuke Miyakawa4ea4d402009-03-31 11:19:30 -070098 raw/ |
99 type.ogg |
100 values/ |
101 *.xml |
102 values-ja/ |
103 *.xml |
Junichi Monma59aefa22012-04-24 16:13:54 +0900104 values-land/ |
105 *.xml |
106 values-xlarge/ |
107 *.xml |
108 values-xlarge-land/ |
109 *.xml |
Daisuke Miyakawa4ea4d402009-03-31 11:19:30 -0700110 values-zh-rCN |
111 *.xml |
112 xml/ |
113 *.xml |
Junichi Monma59aefa22012-04-24 16:13:54 +0900114 xml-land/ |
115 *.xml |
116 xml-xlarge/ |
117 *.xml |
The Android Open Source Project053d5092009-03-15 21:40:26 -0700118
Daisuke Miyakawa4ea4d402009-03-31 11:19:30 -0700119 src/ IME source code (Java)
120 jp/ |
121 co/ |
122 omronsoft/ |
123 openwnn/ |
124 *.java |
125 EN/ |
126 *.java |
127 JAJP/ |
128 *.java |
The Android Open Source Project053d5092009-03-15 21:40:26 -0700129
130-------------------------------------------------------------------------------