From ff42474939cb674448e582a1137b964eeb7be6cc Mon Sep 17 00:00:00 2001 From: tchaikov Date: Tue, 3 Nov 2009 00:38:47 +0800 Subject: [PATCH] add missing file for `make dist' --- AUTHORS | 6 ++++++ ChangeLog | 0 NEWS | 0 README | 14 ++++++++++++++ python/Makefile.am | 1 + 5 files changed, 21 insertions(+) create mode 100644 AUTHORS create mode 100644 ChangeLog create mode 100644 NEWS create mode 100644 README create mode 100644 python/Makefile.am diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000..92bb8d8a --- /dev/null +++ b/AUTHORS @@ -0,0 +1,6 @@ +Lei Zhang +Ervin Yan +Yong Sun +Kefu Chai +Wei Xue +Leo Zheng diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..e69de29b diff --git a/NEWS b/NEWS new file mode 100644 index 00000000..e69de29b diff --git a/README b/README new file mode 100644 index 00000000..7c53f5b4 --- /dev/null +++ b/README @@ -0,0 +1,14 @@ +SunPinyin +=== + +SunPinyin is an SLM (Statistical Language Model) based input method +engine. To model the Chinese language, it use a backoff bigram and +trigram language model. + +Currently, SunPinyin 2.0 is available on IBus. + +ibus-sunpinyin +=== + +scim-sunpinyin is a wrapper around SunPinyin which enables user to use +SunPinyin with IBus framework. diff --git a/python/Makefile.am b/python/Makefile.am new file mode 100644 index 00000000..d8b90ff4 --- /dev/null +++ b/python/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = pinyin_data.py trie.py