about summary refs log tree commit diff
path: root/sourcecodes/k-best/src/ls_LOO.h
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/k-best/src/ls_LOO.h')
-rw-r--r--sourcecodes/k-best/src/ls_LOO.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sourcecodes/k-best/src/ls_LOO.h b/sourcecodes/k-best/src/ls_LOO.h
new file mode 100644
index 00000000..a2963832
--- /dev/null
+++ b/sourcecodes/k-best/src/ls_LOO.h
@@ -0,0 +1,10 @@
+#ifndef _LS_LOO_H_
+#define _LS_LOO_H_
+
+#include "cfg.h"
+#include "get_local_scores.h"
+
+extern scorefun init_LOO_scorer();
+extern void free_LOO_scorer();
+
+#endif