summaryrefslogtreecommitdiffstats
path: root/utils/training/eval_correction_rate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/training/eval_correction_rate.cpp')
-rw-r--r--utils/training/eval_correction_rate.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/training/eval_correction_rate.cpp b/utils/training/eval_correction_rate.cpp
index 633419f..f2bfadf 100644
--- a/utils/training/eval_correction_rate.cpp
+++ b/utils/training/eval_correction_rate.cpp
@@ -125,9 +125,9 @@ int main(int argc, char * argv[]){
}
pinyin_option_t options = USE_TONE;
- FacadeChewingTable largetable;
- largetable.load(options, SYSTEM_PINYIN_INDEX, NULL);
+ FacadeChewingTable2 largetable;
+ largetable.load(SYSTEM_PINYIN_INDEX, NULL);
FacadePhraseIndex phrase_index;