summaryrefslogtreecommitdiffstats
path: root/src/storage/ngram.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-10-21 10:37:37 +0800
committerPeng Wu <alexepico@gmail.com>2013-10-21 10:37:37 +0800
commit3aa1f8ac784d64dbc89de9922dbbe0590db77c10 (patch)
treebd9dbbe0e63bff19dc19ad891cb52304036667c4 /src/storage/ngram.cpp
parent01ba02f1a8037f46b5c34fa1d95d23f05e3fa298 (diff)
rename namespace pinyin to zhuyin in progress
Diffstat (limited to 'src/storage/ngram.cpp')
-rw-r--r--src/storage/ngram.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/ngram.cpp b/src/storage/ngram.cpp
index 4f760ab..1258449 100644
--- a/src/storage/ngram.cpp
+++ b/src/storage/ngram.cpp
@@ -521,7 +521,7 @@ bool Bigram::mask_out(phrase_token_t mask, phrase_token_t value){
}
-namespace pinyin{
+namespace zhuyin{
/* merge origin system info and delta user info */
bool merge_single_gram(SingleGram * merged, const SingleGram * system,