about summary refs log tree commit diff
path: root/sourcecodes/k-best/src/ls_XIC.h
diff options
context:
space:
mode:
authorziejd22021-03-02 11:17:06 -0600
committerGitHub2021-03-02 11:17:06 -0600
commit33c4b9f23a53daed3b0a97114d7658015da6a07f (patch)
tree3ed43fec4c313b81d5586a3a2969bcbe33297b6d /sourcecodes/k-best/src/ls_XIC.h
parentb798acc788139830c427769c1b8a5ade717d8c20 (diff)
downloadBNW-33c4b9f23a53daed3b0a97114d7658015da6a07f.tar.gz
Delete sourcecodes/k-best directory
Diffstat (limited to 'sourcecodes/k-best/src/ls_XIC.h')
-rw-r--r--sourcecodes/k-best/src/ls_XIC.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/sourcecodes/k-best/src/ls_XIC.h b/sourcecodes/k-best/src/ls_XIC.h
deleted file mode 100644
index 773a1d94..00000000
--- a/sourcecodes/k-best/src/ls_XIC.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef _LS_XIC_H_
-#define _LS_XIC_H_
-
-#include "cfg.h"
-#include "get_local_scores.h"
-
-/* BIC = log(ML) - 0.5*nof_params*log(n) */
-/* AIC = log(ML) - 0.5*nof_params */
-
-extern scorefun init_XIC_scorer(char*);
-extern void free_XIC_scorer();
-
-#endif