summaryrefslogtreecommitdiffstats
path: root/utils/training/gen_deleted_ngram.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-03-30 14:55:29 +0800
committerPeng Wu <alexepico@gmail.com>2016-03-30 14:55:29 +0800
commit09181e7491bfabbd11ea80633214231404766b22 (patch)
tree3e6d32316b5951580a5ce3fe18da2940a5933d6b /utils/training/gen_deleted_ngram.cpp
parent9f79258f900dd9899549fe6e743e090f5ebb8186 (diff)
downloadlibpinyin-09181e7491bfabbd11ea80633214231404766b22.tar.gz
libpinyin-09181e7491bfabbd11ea80633214231404766b22.tar.xz
libpinyin-09181e7491bfabbd11ea80633214231404766b22.zip
update utils/segment
Diffstat (limited to 'utils/training/gen_deleted_ngram.cpp')
-rw-r--r--utils/training/gen_deleted_ngram.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/training/gen_deleted_ngram.cpp b/utils/training/gen_deleted_ngram.cpp
index bdbf00e..40f9f5a 100644
--- a/utils/training/gen_deleted_ngram.cpp
+++ b/utils/training/gen_deleted_ngram.cpp
@@ -60,7 +60,7 @@ int main(int argc, char * argv[]){
}
/* load phrase table. */
- PhraseLargeTable2 phrase_table;
+ PhraseLargeTable3 phrase_table;
MemoryChunk * new_chunk = new MemoryChunk;
new_chunk->load(SYSTEM_PHRASE_INDEX);
phrase_table.load(new_chunk);