summaryrefslogtreecommitdiffstats
path: root/utils/training/eval_correction_rate.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-03-30 15:18:15 +0800
committerPeng Wu <alexepico@gmail.com>2016-03-30 15:18:15 +0800
commit71bfcb74f432e0d2ea067da53cdc765f54c2e36c (patch)
tree32625cf7c5992fec008f0f0a9bc9dadc17599fbf /utils/training/eval_correction_rate.cpp
parent43360fcb6129e0c27ed7086b600b8699b8bdbd37 (diff)
downloadlibpinyin-71bfcb74f432e0d2ea067da53cdc765f54c2e36c.tar.gz
libpinyin-71bfcb74f432e0d2ea067da53cdc765f54c2e36c.tar.xz
libpinyin-71bfcb74f432e0d2ea067da53cdc765f54c2e36c.zip
update utils
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;