summaryrefslogtreecommitdiffstats
path: root/utils/training/gen_ngram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/training/gen_ngram.cpp')
-rw-r--r--utils/training/gen_ngram.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/utils/training/gen_ngram.cpp b/utils/training/gen_ngram.cpp
index 4613ac4..eb5c389 100644
--- a/utils/training/gen_ngram.cpp
+++ b/utils/training/gen_ngram.cpp
@@ -60,12 +60,6 @@ int main(int argc, char * argv[]){
exit(ENOENT);
}
- PhraseLargeTable2 phrase_table;
- /* init phrase table */
- MemoryChunk * chunk = new MemoryChunk;
- chunk->load(SYSTEM_PHRASE_INDEX);
- phrase_table.load(chunk);
-
FacadePhraseIndex phrase_index;
const pinyin_table_info_t * phrase_files =