fixes export interpolation
authorPeng Wu <alexepico@gmail.com>
Mon, 11 Oct 2010 05:33:05 +0000 (13:33 +0800)
committerPeng Wu <alexepico@gmail.com>
Mon, 11 Oct 2010 05:33:05 +0000 (13:33 +0800)
utils/storage/export_interpolation.cpp

index af77586..48dd4c1 100644 (file)
@@ -36,7 +36,7 @@ void gen_bigram(FILE * output, FacadePhraseIndex * phrase_index, Bigram * bigram
 char * token_to_string(FacadePhraseIndex * phrase_index, phrase_token_t token);
 
 void begin_data(FILE * file){
-    fprintf(file, "\\data\n");
+    fprintf(file, "\\data model interpolation\n");
 }
 
 void end_data(FILE * file){