summaryrefslogtreecommitdiffstats
path: root/utils/training/export_k_mixture_model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/training/export_k_mixture_model.cpp')
-rw-r--r--utils/training/export_k_mixture_model.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/training/export_k_mixture_model.cpp b/utils/training/export_k_mixture_model.cpp
index a52eb46..95ea1ef 100644
--- a/utils/training/export_k_mixture_model.cpp
+++ b/utils/training/export_k_mixture_model.cpp
@@ -126,7 +126,7 @@ int main(int argc, char * argv[]){
}
FacadePhraseIndex phrase_index;
- if (!init_phrase_index(&phrase_index))
+ if (!load_phrase_index(&phrase_index))
exit(ENOENT);
KMixtureModelBigram bigram(K_MIXTURE_MODEL_MAGIC_NUMBER);