Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/training/cmert-0.5/score.h')
-rwxr-xr-xscripts/training/cmert-0.5/score.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/training/cmert-0.5/score.h b/scripts/training/cmert-0.5/score.h
new file mode 100755
index 000000000..8122e7814
--- /dev/null
+++ b/scripts/training/cmert-0.5/score.h
@@ -0,0 +1,10 @@
+// $Id: score.h 1307 2007-03-14 22:22:36Z hieuhoang1972 $
+#ifndef SCORE_H
+#define SCORE_H
+
+extern int comps_n;
+
+void comps_addto(int *comps1, int *comps2);
+float compute_score(int *comps);
+
+#endif