Cambridge SMT System
CommonFlags.h
Go to the documentation of this file.
1 /*
2  * CommonFlags.h
3  *
4  * Created on: 14 May 2012
5  * Author: aaw35
6  */
7 
8 #ifndef COMMONFLAGS_H_
9 #define COMMONFLAGS_H_
10 
11 #include <fst/fstlib.h>
12 
13 DEFINE_string (error_function, "bleu", "Error function to optimise");
14 DEFINE_string (lambda, "", "starting point");
15 
16 #endif /* COMMONFLAGS_H_ */
DEFINE_string(error_function,"bleu","Error function to optimise")