update comments
authorPeng Wu <alexepico@gmail.com>
Tue, 28 Aug 2012 06:52:51 +0000 (14:52 +0800)
committerPeng Wu <alexepico@gmail.com>
Tue, 28 Aug 2012 06:52:51 +0000 (14:52 +0800)
src/storage/chewing_large_table.cpp
src/storage/phrase_large_table2.cpp

index b8be274..921883b 100644 (file)
@@ -114,7 +114,7 @@ void ChewingBitmapIndexLevel::reset() {
 }
 
 
-/* search methods */
+/* search method */
 
 int ChewingBitmapIndexLevel::search(int phrase_length,
                                     /* in */ ChewingKey keys[],
index 0cd1fb2..5571e4d 100644 (file)
@@ -116,6 +116,9 @@ void PhraseBitmapIndexLevel2::reset(){
     }
 }
 
+
+/* search method */
+
 int PhraseBitmapIndexLevel2::search(int phrase_length,
                                     /* in */ ucs4_t phrase[],
                                     /* out */ PhraseTokens tokens) const {