openwnn-legacy

所属分类:android开发
开发工具:Java
文件大小:10941KB
下载次数:39
上传日期:2011-08-20 16:04:36
上 传 者assback
说明:  一款Android手机上的输入法。含有中文输入法。
(A input method in android mobile.)

文件列表:
openwnn-legacy (0, 2011-08-20)
openwnn-legacy\.classpath (273, 2011-07-29)
openwnn-legacy\.project (817, 2011-07-29)
openwnn-legacy\Android.mk (294, 2011-07-29)
openwnn-legacy\AndroidManifest.xml (3871, 2011-07-29)
openwnn-legacy\assets (0, 2011-08-20)
openwnn-legacy\bin (0, 2011-08-20)
openwnn-legacy\bin\classes.dex (301112, 2011-08-12)
openwnn-legacy\bin\OpenWnn-legacy.apk (2693301, 2011-08-12)
openwnn-legacy\bin\resources.ap_ (378764, 2011-08-12)
openwnn-legacy\default.properties (362, 2011-07-29)
openwnn-legacy\gen (0, 2011-08-20)
openwnn-legacy\jni (0, 2011-08-20)
openwnn-legacy\jni\Android.mk (100, 2011-07-29)
openwnn-legacy\jni\libwnnDictionary (0, 2011-08-20)
openwnn-legacy\jni\libwnnDictionary\Android.mk (749, 2011-07-29)
openwnn-legacy\jni\libwnnDictionary\engine (0, 2011-08-20)
openwnn-legacy\jni\libwnnDictionary\engine\ndapi.c (29018, 2011-07-29)
openwnn-legacy\jni\libwnnDictionary\engine\ndbdic.c (89007, 2011-07-29)
openwnn-legacy\jni\libwnnDictionary\engine\ndcommon.c (1865, 2011-07-29)
openwnn-legacy\jni\libwnnDictionary\engine\ndfdic.c (14092, 2011-07-29)
openwnn-legacy\jni\libwnnDictionary\engine\ndldic.c (73505, 2011-07-29)
openwnn-legacy\jni\libwnnDictionary\engine\ndrdic.c (4000, 2011-07-29)
openwnn-legacy\jni\libwnnDictionary\engine\neapi.c (5562, 2011-07-29)
openwnn-legacy\jni\libwnnDictionary\engine\necode.c (1837, 2011-07-29)
openwnn-legacy\jni\libwnnDictionary\engine\nj_str.c (2952, 2011-07-29)
openwnn-legacy\jni\libwnnDictionary\include (0, 2011-08-20)
openwnn-legacy\jni\libwnnDictionary\include\njd.h (2132, 2011-07-29)
openwnn-legacy\jni\libwnnDictionary\include\njx_lib.h (2226, 2011-07-29)
openwnn-legacy\jni\libwnnDictionary\include\nj_dic.h (3280, 2011-07-29)
openwnn-legacy\jni\libwnnDictionary\include\nj_err.h (6057, 2011-07-29)
openwnn-legacy\jni\libwnnDictionary\include\nj_ext.h (7684, 2011-07-29)
openwnn-legacy\jni\libwnnDictionary\include\nj_lib.h (10087, 2011-07-29)
openwnn-legacy\jni\libwnnDictionary\OpenWnnDictionaryImplJni.c (53398, 2011-07-29)
openwnn-legacy\jni\libwnnDictionary\OpenWnnDictionaryImplJni.h (12001, 2011-07-29)
openwnn-legacy\jni\libwnnDictionary\OpenWnnJni.h (3469, 2011-07-29)
openwnn-legacy\jni\libwnnDictionary\predef_table.h (7013, 2011-07-29)
openwnn-legacy\jni\libwnnEngDic (0, 2011-08-20)
openwnn-legacy\jni\libwnnEngDic\Android.mk (427, 2011-07-29)
openwnn-legacy\jni\libwnnEngDic\WnnEngDic.c (7273651, 2011-07-29)
... ...

------------------------------------------------------------------------------- OpenWnn README Version 1.3.1 (C) Copyright OMRON SOFTWARE Co., Ltd. 2008,2009 All Rights Reserved. ------------------------------------------------------------------------------- 1. About OpenWnn OpenWnn is a IME(Input Method Editor) package which works on Android's IMF(Input Method Framework). This version contains Japanese, Chinese and English IME. 2. Contents This package includes the following items. o Document . Apache license paper (text) . This README (text) . Change history (text) . Java docs of the IME (HTML) o Building environment . Building control file (XML, makefile, shell script) . IME native library source code (C) . IME resource (XML, PNG) . IME source code (Java) 3. Dictionary Libraries [libWnnEngDic.so: English dictionary] Index 0: English dictionary for normal prediction (high priority) Index 1: English dictionary for normal prediction (middle priority) Index 2: English dictionary for normal prediction (low priority) Index 3: English dictionary for relative prediction #1 Index 4: English dictionary for relative prediction #2 [libWnnJpnDic.so: Japanese dictionary] Index 0: Japanese dictionary for normal prediction (high priority) Index 1: Japanese dictionary for normal prediction (low priority) Index 2: Japanese dictionary for relative prediction #1 Index 3: Japanese dictionary for relative prediction #2 Index 4: Japanese dictionary for clause conversion (single Kanji) Index 5: Japanese dictionary for clause conversion (basic words) Index 6: Japanese dictionary for clause conversion (ancillary words) [libWnnZHCNDic.so: Chinese dictionary] Index 0: Chinese dictionary for normal prediction/conversion (high priority) Index 1: Chinese dictionary for normal prediction/conversion (basic words) Index 2: Chinese dictionary for normal prediction/conversion (single Kanji) Index 3: Chinese dictionary for relative prediction #1 Index 4: Chinese dictionary for relative prediction #2 4. File constitution NOTICE Apache license paper README.txt This README ChangeLog.txt Change history doc/ *.html Java docs of the IME Android.mk Building control file AndroidManifest.xml | libs/ IME native library source code (C language) Android.mk | libwnnDictionary/ | Android.mk | *.c | *.h | engine/ | *.c | include/ | *.h | libwnnEngDic/ | Android.mk | *.c | libwnnJpnDic/ | Android.mk | *.c | libwnnZHCNDic/ | Android.mk | *.c | res/ IME resource (XML, PNG) drawable/ | *.xml | *.png | drawable-ja/ | *.png | layout/ | *.xml | raw/ | type.ogg | values/ | *.xml | values-ja/ | *.xml | values-zh-rCN | *.xml | xml/ | *.xml | src/ IME source code (Java) jp/ | co/ | omronsoft/ | openwnn/ | *.java | EN/ | *.java | JAJP/ | *.java | ZH/ | *.java | CN/ | *.java | -------------------------------------------------------------------------------

近期下载者

相关文件


收藏者