summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_index.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-12-10 11:16:55 +0800
committerPeng Wu <alexepico@gmail.com>2011-12-10 11:16:55 +0800
commit44d567eee4767c7b0bc4a2feb8cb9faaf8c83019 (patch)
tree34bd21ac9b500e2b81b70cd7321c896620fdabe5 /src/storage/phrase_index.h
parent3af2cf9799894048f226e952ea9a0b06f5da6553 (diff)
downloadlibpinyin-44d567eee4767c7b0bc4a2feb8cb9faaf8c83019.tar.gz
libpinyin-44d567eee4767c7b0bc4a2feb8cb9faaf8c83019.tar.xz
libpinyin-44d567eee4767c7b0bc4a2feb8cb9faaf8c83019.zip
rename pinyin to pronunciation
Diffstat (limited to 'src/storage/phrase_index.h')
-rw-r--r--src/storage/phrase_index.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/phrase_index.h b/src/storage/phrase_index.h
index 69f39d9..c1ad870 100644
--- a/src/storage/phrase_index.h
+++ b/src/storage/phrase_index.h
@@ -90,7 +90,7 @@ public:
return (*(guint32 *)(buf_begin + sizeof(guint8) + sizeof(guint8)));
}
- gfloat get_pinyin_possibility(pinyin_option_t options,
+ gfloat get_pronunciation_possibility(pinyin_option_t options,
ChewingKey * keys){
guint8 phrase_length = get_phrase_length();
guint8 npron = get_n_pronunciation();
@@ -122,7 +122,7 @@ public:
return retval;
}
- void increase_pinyin_possibility(pinyin_option_t options,
+ void increase_pronunciation_possibility(pinyin_option_t options,
ChewingKey * keys,
gint32 delta);