diff options
author | Peng Wu <alexepico@gmail.com> | 2012-02-20 16:08:56 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2012-02-20 16:08:56 +0800 |
commit | 8d355fec2fa37d8fcb21f4967e409cc35dbb904b (patch) | |
tree | 5e8fc0d1291a7d2bb0cf788a26658a224a17b32c /src | |
parent | 739a7ace5f7c572073fb25af7dd0c003a62a6704 (diff) | |
download | libpinyin-8d355fec2fa37d8fcb21f4967e409cc35dbb904b.tar.gz libpinyin-8d355fec2fa37d8fcb21f4967e409cc35dbb904b.tar.xz libpinyin-8d355fec2fa37d8fcb21f4967e409cc35dbb904b.zip |
update comments
Diffstat (limited to 'src')
-rw-r--r-- | src/storage/phrase_index.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/phrase_index.h b/src/storage/phrase_index.h index c1ad870..90c3802 100644 --- a/src/storage/phrase_index.h +++ b/src/storage/phrase_index.h @@ -42,8 +42,8 @@ * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * + Phrase Length + number of Pronunciations + Uni-gram Frequency+ * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - * + n Pronunciations + Phrase String(UCS2) + - * ++++++++++++++++++++++++++++++++++++++++++ + * + Phrase String(UCS2) + n Pronunciations with Frequency + + * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ namespace pinyin{ |