From 9538cb526643a58dad2e8ff15337d784eac5537b Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 9 Aug 2013 14:06:21 +0800 Subject: update sources --- src/storage/chewing_large_table.cpp | 4 ++-- src/storage/ngram.cpp | 4 ++-- src/storage/phrase_index.cpp | 4 ++-- src/storage/phrase_large_table2.cpp | 4 ++-- src/storage/pinyin_parser2.cpp | 4 ++-- src/storage/table_info.cpp | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'src/storage') diff --git a/src/storage/chewing_large_table.cpp b/src/storage/chewing_large_table.cpp index 2eb8658..728b66e 100644 --- a/src/storage/chewing_large_table.cpp +++ b/src/storage/chewing_large_table.cpp @@ -1,6 +1,6 @@ /* - * libpinyin - * Library to deal with pinyin. + * libzhuyin + * Library to deal with zhuyin. * * Copyright (C) 2011 Peng Wu * diff --git a/src/storage/ngram.cpp b/src/storage/ngram.cpp index 3964388..4f760ab 100644 --- a/src/storage/ngram.cpp +++ b/src/storage/ngram.cpp @@ -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.cpp b/src/storage/phrase_index.cpp index 5fe61c2..b0c9be4 100644 --- a/src/storage/phrase_index.cpp +++ b/src/storage/phrase_index.cpp @@ -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_large_table2.cpp b/src/storage/phrase_large_table2.cpp index f7d8ae2..cbba23a 100644 --- a/src/storage/phrase_large_table2.cpp +++ b/src/storage/phrase_large_table2.cpp @@ -1,6 +1,6 @@ /* - * libpinyin - * Library to deal with pinyin. + * libzhuyin + * Library to deal with zhuyin. * * Copyright (C) 2012 Peng Wu * diff --git a/src/storage/pinyin_parser2.cpp b/src/storage/pinyin_parser2.cpp index c26e036..fd5f57a 100644 --- a/src/storage/pinyin_parser2.cpp +++ b/src/storage/pinyin_parser2.cpp @@ -1,6 +1,6 @@ /* - * libpinyin - * Library to deal with pinyin. + * libzhuyin + * Library to deal with zhuyin. * * Copyright (C) 2011 Peng Wu * diff --git a/src/storage/table_info.cpp b/src/storage/table_info.cpp index 63af8e0..56901d6 100644 --- a/src/storage/table_info.cpp +++ b/src/storage/table_info.cpp @@ -1,6 +1,6 @@ /* - * libpinyin - * Library to deal with pinyin. + * libzhuyin + * Library to deal with zhuyin. * * Copyright (C) 2013 Peng Wu * -- cgit