summaryrefslogtreecommitdiffstats
path: root/utils/training/eval_correction_rate.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-07-25 15:34:09 +0800
committerPeng Wu <alexepico@gmail.com>2011-07-25 15:34:09 +0800
commit9323164541fe4f8d0847bd8dfb9c8a7b029fba23 (patch)
treec8ce898bc307d453fb9f3b9345997d8fa8c7a461 /utils/training/eval_correction_rate.cpp
parent546f675be708b4062942110e9fcf07851e4457fa (diff)
downloadlibpinyin-9323164541fe4f8d0847bd8dfb9c8a7b029fba23.tar.gz
libpinyin-9323164541fe4f8d0847bd8dfb9c8a7b029fba23.tar.xz
libpinyin-9323164541fe4f8d0847bd8dfb9c8a7b029fba23.zip
begin to write eval correction rate
Diffstat (limited to 'utils/training/eval_correction_rate.cpp')
-rw-r--r--utils/training/eval_correction_rate.cpp28
1 files changed, 28 insertions, 0 deletions
diff --git a/utils/training/eval_correction_rate.cpp b/utils/training/eval_correction_rate.cpp
new file mode 100644
index 0000000..6009251
--- /dev/null
+++ b/utils/training/eval_correction_rate.cpp
@@ -0,0 +1,28 @@
+/*
+ * libpinyin
+ * Library to deal with pinyin.
+ *
+ * Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+
+
+#include "pinyin.h"
+
+int main(int argc, char * argv[]){
+ return 0;
+}