about summary refs log tree commit diff
path: root/sourcecodes/k-best/src/ls_LOO.h
blob: a2963832106889743393ece6f0d8f9bf14a2b738 (plain)
1
2
3
4
5
6
7
8
9
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