summaryrefslogtreecommitdiffstats
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
parent2e09a0edae6b97e18b1adb5cc5dd30491ca68a62 (diff)
downloadlibpinyin-e575243528074934c3f54cb181cfb7bf5b78fe45.tar.gz
libpinyin-e575243528074934c3f54cb181cfb7bf5b78fe45.tar.xz
libpinyin-e575243528074934c3f54cb181cfb7bf5b78fe45.zip
rename to libpinyin in file headers.
-rwxr-xr-xsrc/include/memory_chunk.h5
-rwxr-xr-xsrc/include/novel_types.h5
-rw-r--r--src/lookup/lookup.h5
-rw-r--r--src/lookup/pinyin_lookup.cpp5
-rw-r--r--src/lookup/winner_tree.cpp5
-rw-r--r--src/lookup/winner_tree.h5
-rw-r--r--src/segment/mmseg.cpp5
-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
-rw-r--r--src/training/estimate_interpolation.cpp5
-rw-r--r--src/training/gen_ngram.cpp5
-rw-r--r--src/training/gen_unigram.cpp5
19 files changed, 38 insertions, 57 deletions
diff --git a/src/include/memory_chunk.h b/src/include/memory_chunk.h
index 3571256..978126e 100755
--- a/src/include/memory_chunk.h
+++ b/src/include/memory_chunk.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/include/novel_types.h b/src/include/novel_types.h
index a992e8e..7c3fa21 100755
--- a/src/include/novel_types.h
+++ b/src/include/novel_types.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/lookup/lookup.h b/src/lookup/lookup.h
index 676c6ea..b15ea91 100644
--- a/src/lookup/lookup.h
+++ b/src/lookup/lookup.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/lookup/pinyin_lookup.cpp b/src/lookup/pinyin_lookup.cpp
index c335453..5beab26 100644
--- a/src/lookup/pinyin_lookup.cpp
+++ b/src/lookup/pinyin_lookup.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/lookup/winner_tree.cpp b/src/lookup/winner_tree.cpp
index 248a749..d6fd5e0 100644
--- a/src/lookup/winner_tree.cpp
+++ b/src/lookup/winner_tree.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/lookup/winner_tree.h b/src/lookup/winner_tree.h
index 262f196..ec54623 100644
--- a/src/lookup/winner_tree.h
+++ b/src/lookup/winner_tree.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/segment/mmseg.cpp b/src/segment/mmseg.cpp
index 6a3d7f7..1a09e8a 100644
--- a/src/segment/mmseg.cpp
+++ b/src/segment/mmseg.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.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
*
diff --git a/src/training/estimate_interpolation.cpp b/src/training/estimate_interpolation.cpp
index 1a547bc..5aa9ea5 100644
--- a/src/training/estimate_interpolation.cpp
+++ b/src/training/estimate_interpolation.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-2008 Peng Wu
*
diff --git a/src/training/gen_ngram.cpp b/src/training/gen_ngram.cpp
index 4dfea78..e0d94b6 100644
--- a/src/training/gen_ngram.cpp
+++ b/src/training/gen_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/training/gen_unigram.cpp b/src/training/gen_unigram.cpp
index 7e76693..ec35fc5 100644
--- a/src/training/gen_unigram.cpp
+++ b/src/training/gen_unigram.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
*