summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-08-09 14:05:09 +0800
committerPeng Wu <alexepico@gmail.com>2013-08-09 14:05:09 +0800
commit94fee6c690d4f4f86fa000bb68390558364614ac (patch)
tree68bcc88cb285c8a756a0c4b9ba3850d47c8d4a9f
parentfd780b74057f66ec04692e56cf35bd924eb3a87c (diff)
downloadlibzhuyin-94fee6c690d4f4f86fa000bb68390558364614ac.tar.gz
libzhuyin-94fee6c690d4f4f86fa000bb68390558364614ac.tar.xz
libzhuyin-94fee6c690d4f4f86fa000bb68390558364614ac.zip
update headers
-rw-r--r--src/include/memory_chunk.h4
-rw-r--r--src/include/novel_types.h4
-rw-r--r--src/lookup/lookup.h4
-rw-r--r--src/lookup/phrase_lookup.h4
-rw-r--r--src/lookup/pinyin_lookup2.h4
-rw-r--r--src/pinyin.h4
-rw-r--r--src/pinyin_internal.h4
-rw-r--r--src/storage/chewing_key.h4
-rw-r--r--src/storage/chewing_large_table.h4
-rw-r--r--src/storage/facade_chewing_table.h4
-rw-r--r--src/storage/facade_phrase_table2.h4
-rw-r--r--src/storage/flexible_ngram.h4
-rw-r--r--src/storage/ngram.h4
-rw-r--r--src/storage/phrase_index.h4
-rw-r--r--src/storage/phrase_index_logger.h4
-rw-r--r--src/storage/phrase_large_table2.h4
-rw-r--r--src/storage/pinyin_custom2.h4
-rw-r--r--src/storage/pinyin_parser2.h4
-rw-r--r--src/storage/pinyin_phrase2.h4
-rw-r--r--src/storage/table_info.h4
-rw-r--r--src/storage/tag_utility.h4
-rw-r--r--tests/tests_helper.h4
-rw-r--r--tests/timer.h4
-rw-r--r--utils/training/k_mixture_model.h4
-rw-r--r--utils/utils_helper.h4
25 files changed, 50 insertions, 50 deletions
diff --git a/src/include/memory_chunk.h b/src/include/memory_chunk.h
index 7b315af..0f5f04d 100644
--- a/src/include/memory_chunk.h
+++ b/src/include/memory_chunk.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2006-2007 Peng Wu
*
diff --git a/src/include/novel_types.h b/src/include/novel_types.h
index 88c063c..edc904b 100644
--- a/src/include/novel_types.h
+++ b/src/include/novel_types.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2006-2007 Peng Wu
*
diff --git a/src/lookup/lookup.h b/src/lookup/lookup.h
index 8dc1a89..9dcfc8e 100644
--- a/src/lookup/lookup.h
+++ b/src/lookup/lookup.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2006-2007 Peng Wu
*
diff --git a/src/lookup/phrase_lookup.h b/src/lookup/phrase_lookup.h
index cf65692..247435a 100644
--- a/src/lookup/phrase_lookup.h
+++ b/src/lookup/phrase_lookup.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2006-2007 Peng Wu
*
diff --git a/src/lookup/pinyin_lookup2.h b/src/lookup/pinyin_lookup2.h
index dbe15c9..9367d0e 100644
--- a/src/lookup/pinyin_lookup2.h
+++ b/src/lookup/pinyin_lookup2.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2012 Peng Wu <alexepico@gmail.com>
*
diff --git a/src/pinyin.h b/src/pinyin.h
index ca60072..d157e79 100644
--- a/src/pinyin.h
+++ b/src/pinyin.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
*
diff --git a/src/pinyin_internal.h b/src/pinyin_internal.h
index 3f97efa..551ca33 100644
--- a/src/pinyin_internal.h
+++ b/src/pinyin_internal.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
*
diff --git a/src/storage/chewing_key.h b/src/storage/chewing_key.h
index db0123d..fc8a64e 100644
--- a/src/storage/chewing_key.h
+++ b/src/storage/chewing_key.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
*
diff --git a/src/storage/chewing_large_table.h b/src/storage/chewing_large_table.h
index 30ae9aa..75ab622 100644
--- a/src/storage/chewing_large_table.h
+++ b/src/storage/chewing_large_table.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
*
diff --git a/src/storage/facade_chewing_table.h b/src/storage/facade_chewing_table.h
index 474311c..3d7a83c 100644
--- a/src/storage/facade_chewing_table.h
+++ b/src/storage/facade_chewing_table.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
*
diff --git a/src/storage/facade_phrase_table2.h b/src/storage/facade_phrase_table2.h
index 3ef1c37..eed1987 100644
--- a/src/storage/facade_phrase_table2.h
+++ b/src/storage/facade_phrase_table2.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2012 Peng Wu <alexepico@gmail.com>
*
diff --git a/src/storage/flexible_ngram.h b/src/storage/flexible_ngram.h
index 6cff7ff..2764c28 100644
--- a/src/storage/flexible_ngram.h
+++ b/src/storage/flexible_ngram.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
*
diff --git a/src/storage/ngram.h b/src/storage/ngram.h
index e4045a9..efcec53 100644
--- a/src/storage/ngram.h
+++ b/src/storage/ngram.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2006-2007 Peng Wu
*
diff --git a/src/storage/phrase_index.h b/src/storage/phrase_index.h
index e1dad0b..9ec0252 100644
--- a/src/storage/phrase_index.h
+++ b/src/storage/phrase_index.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2006-2007 Peng Wu
*
diff --git a/src/storage/phrase_index_logger.h b/src/storage/phrase_index_logger.h
index 06f933e..980d5a0 100644
--- a/src/storage/phrase_index_logger.h
+++ b/src/storage/phrase_index_logger.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
*
diff --git a/src/storage/phrase_large_table2.h b/src/storage/phrase_large_table2.h
index cf6807c..091e388 100644
--- a/src/storage/phrase_large_table2.h
+++ b/src/storage/phrase_large_table2.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2012 Peng Wu <alexepico@gmail.com>
*
diff --git a/src/storage/pinyin_custom2.h b/src/storage/pinyin_custom2.h
index 505cc36..6ae0c20 100644
--- a/src/storage/pinyin_custom2.h
+++ b/src/storage/pinyin_custom2.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
*
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index b233dfa..feee45b 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
*
diff --git a/src/storage/pinyin_phrase2.h b/src/storage/pinyin_phrase2.h
index ba2f32e..cd9609a 100644
--- a/src/storage/pinyin_phrase2.h
+++ b/src/storage/pinyin_phrase2.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
*
diff --git a/src/storage/table_info.h b/src/storage/table_info.h
index 8d7fa05..df3400f 100644
--- a/src/storage/table_info.h
+++ b/src/storage/table_info.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2013 Peng Wu <alexepico@gmail.com>
*
diff --git a/src/storage/tag_utility.h b/src/storage/tag_utility.h
index ceb1d6c..cdf5a69 100644
--- a/src/storage/tag_utility.h
+++ b/src/storage/tag_utility.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2010 Peng Wu
*
diff --git a/tests/tests_helper.h b/tests/tests_helper.h
index 431dbc8..7a05037 100644
--- a/tests/tests_helper.h
+++ b/tests/tests_helper.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2012 Peng Wu <alexepico@gmail.com>
*
diff --git a/tests/timer.h b/tests/timer.h
index d3f0822..e3ae5a2 100644
--- a/tests/timer.h
+++ b/tests/timer.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
*
diff --git a/utils/training/k_mixture_model.h b/utils/training/k_mixture_model.h
index ad8d3d8..ceed0d0 100644
--- a/utils/training/k_mixture_model.h
+++ b/utils/training/k_mixture_model.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
*
diff --git a/utils/utils_helper.h b/utils/utils_helper.h
index b91067b..63087d0 100644
--- a/utils/utils_helper.h
+++ b/utils/utils_helper.h
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2012 Peng Wu <alexepico@gmail.com>
*