From 8d355fec2fa37d8fcb21f4967e409cc35dbb904b Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 20 Feb 2012 16:08:56 +0800 Subject: update comments --- src/storage/phrase_index.h | 4 ++-- 1 file 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{ -- cgit