diff options
| author | ziejd2 | 2021-03-02 11:17:06 -0600 |
|---|---|---|
| committer | GitHub | 2021-03-02 11:17:06 -0600 |
| commit | 33c4b9f23a53daed3b0a97114d7658015da6a07f (patch) | |
| tree | 3ed43fec4c313b81d5586a3a2969bcbe33297b6d /sourcecodes/k-best/src/ls_NML.h | |
| parent | b798acc788139830c427769c1b8a5ade717d8c20 (diff) | |
| download | BNW-33c4b9f23a53daed3b0a97114d7658015da6a07f.tar.gz | |
Delete sourcecodes/k-best directory
Diffstat (limited to 'sourcecodes/k-best/src/ls_NML.h')
| -rw-r--r-- | sourcecodes/k-best/src/ls_NML.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sourcecodes/k-best/src/ls_NML.h b/sourcecodes/k-best/src/ls_NML.h deleted file mode 100644 index bd7df9de..00000000 --- a/sourcecodes/k-best/src/ls_NML.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef _LS_NML_H_ -#define _LS_NML_H_ - -#include "cfg.h" -#include "get_local_scores.h" - -/* NML = log(ML) - SUM_D log(ML(D)) */ - -extern scorefun init_NML_scorer(); -extern void free_NML_scorer(); - -#endif |
