summaryrefslogtreecommitdiffstats
path: root/src/storage
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-08-03 13:29:13 +0800
committerPeng Wu <alexepico@gmail.com>2010-08-03 13:29:13 +0800
commite575243528074934c3f54cb181cfb7bf5b78fe45 (patch)
tree057f8b263a5fea0e979dc071d0956aff8e9408d2 /src/storage
parent2e09a0edae6b97e18b1adb5cc5dd30491ca68a62 (diff)
downloadlibpinyin-e575243528074934c3f54cb181cfb7bf5b78fe45.tar.gz
libpinyin-e575243528074934c3f54cb181cfb7bf5b78fe45.tar.xz
libpinyin-e575243528074934c3f54cb181cfb7bf5b78fe45.zip
rename to libpinyin in file headers.
Diffstat (limited to 'src/storage')
-rw-r--r--src/storage/ngram.cpp5
-rw-r--r--src/storage/ngram.h5
-rw-r--r--src/storage/phrase_index.cpp5
-rwxr-xr-xsrc/storage/phrase_index.h5
-rw-r--r--src/storage/pinyin_base.cpp5
-rw-r--r--src/storage/pinyin_base.h5
-rw-r--r--src/storage/pinyin_large_table.cpp5
-rwxr-xr-xsrc/storage/pinyin_large_table.h5
-rw-r--r--src/storage/pinyin_phrase.h5
9 files changed, 18 insertions, 27 deletions
diff --git a/src/storage/ngram.cpp b/src/storage/ngram.cpp
index 7fdc58f..b19cd40 100644
--- a/src/storage/ngram.cpp
+++ b/src/storage/ngram.cpp
@@ -1,7 +1,6 @@
/*
- * novel-pinyin,
- * A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- * Based On Markov Model.
+ * libpinyin
+ * Library to deal with pinyin.
*
* Copyright (C) 2006-2007 Peng Wu
*
diff --git a/src/storage/ngram.h b/src/storage/ngram.h
index 39a9ecc..7a723cd 100644
--- a/src/storage/ngram.h
+++ b/src/storage/ngram.h
@@ -1,7 +1,6 @@
/*
- * novel-pinyin,
- * A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- * Based On Markov Model.
+ * libpinyin
+ * Library to deal with pinyin.
*
* Copyright (C) 2006-2007 Peng Wu
*
diff --git a/src/storage/phrase_index.cpp b/src/storage/phrase_index.cpp
index 7dbecb3..188421a 100644
--- a/src/storage/phrase_index.cpp
+++ b/src/storage/phrase_index.cpp
@@ -1,7 +1,6 @@
/*
- * novel-pinyin,
- * A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- * Based On Markov Model.
+ * libpinyin
+ * Library to deal with pinyin.
*
* Copyright (C) 2006-2007 Peng Wu
*
diff --git a/src/storage/phrase_index.h b/src/storage/phrase_index.h
index e635453..1f7d99e 100755
--- a/src/storage/phrase_index.h
+++ b/src/storage/phrase_index.h
@@ -1,7 +1,6 @@
/*
- * novel-pinyin,
- * A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- * Based On Markov Model.
+ * libpinyin
+ * Library to deal with pinyin.
*
* Copyright (C) 2006-2007 Peng Wu
*
diff --git a/src/storage/pinyin_base.cpp b/src/storage/pinyin_base.cpp
index cffee3c..90a0baa 100644
--- a/src/storage/pinyin_base.cpp
+++ b/src/storage/pinyin_base.cpp
@@ -1,7 +1,6 @@
/*
- * novel-pinyin,
- * A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- * Based On Markov Model.
+ * libpinyin
+ * Library to deal with pinyin.
*
* Copyright (C) 2002,2003,2006 James Su
*
diff --git a/src/storage/pinyin_base.h b/src/storage/pinyin_base.h
index 374cc53..4e7489f 100644
--- a/src/storage/pinyin_base.h
+++ b/src/storage/pinyin_base.h
@@ -1,7 +1,6 @@
/*
- * novel-pinyin,
- * A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- * Based On Markov Model.
+ * libpinyin
+ * Library to deal with pinyin.
*
* Copyright (C) 2002,2003,2006 James Su
*
diff --git a/src/storage/pinyin_large_table.cpp b/src/storage/pinyin_large_table.cpp
index 794cca5..f5f7726 100644
--- a/src/storage/pinyin_large_table.cpp
+++ b/src/storage/pinyin_large_table.cpp
@@ -1,7 +1,6 @@
/*
- * novel-pinyin,
- * A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- * Based On Markov Model.
+ * libpinyin
+ * Library to deal with pinyin.
*
* Copyright (C) 2006-2007 Peng Wu
*
diff --git a/src/storage/pinyin_large_table.h b/src/storage/pinyin_large_table.h
index 71b3640..fd11aef 100755
--- a/src/storage/pinyin_large_table.h
+++ b/src/storage/pinyin_large_table.h
@@ -1,7 +1,6 @@
/*
- * novel-pinyin,
- * A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- * Based On Markov Model.
+ * libpinyin
+ * Library to deal with pinyin.
*
* Copyright (C) 2006-2007 Peng Wu
*
diff --git a/src/storage/pinyin_phrase.h b/src/storage/pinyin_phrase.h
index 07ee0de..25863d2 100644
--- a/src/storage/pinyin_phrase.h
+++ b/src/storage/pinyin_phrase.h
@@ -1,7 +1,6 @@
/*
- * novel-pinyin,
- * A Simplified Chinese Sentence-Based Pinyin Input Method Engine
- * Based On Markov Model.
+ * libpinyin
+ * Library to deal with pinyin.
*
* Copyright (C) 2006-2007 Peng Wu
*