From dc9fd7a3adc863510d79a718e919b6833a86729c Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 23 Sep 2011 20:53:15 +0200 Subject: begin refactoring --- dtrain/common.h | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 dtrain/common.h (limited to 'dtrain/common.h') diff --git a/dtrain/common.h b/dtrain/common.h deleted file mode 100644 index 49dc85b7..00000000 --- a/dtrain/common.h +++ /dev/null @@ -1,43 +0,0 @@ -#ifndef _DTRAIN_COMMON_H_ -#define _DTRAIN_COMMON_H_ - - -#include -#include -#include -#include -#include -#include - -// cdec includes -#include "sentence_metadata.h" -#include "verbose.h" -#include "viterbi.h" -#include "kbest.h" -#include "ff_register.h" -#include "decoder.h" -#include "weights.h" - -// boost includes -#include -#include - -// own headers -#include "score.h" - -#define DTRAIN_DEFAULT_K 100 // k for kbest lists -#define DTRAIN_DEFAULT_N 4 // N for ngrams (e.g. BLEU) -#define DTRAIN_DEFAULT_T 1 // iterations -#define DTRAIN_DEFAULT_SCORER "stupid_bleu" // scorer -#define DTRAIN_DOTS 100 // when to display a '.' -#define DTRAIN_TMP_DIR "/var/hadoop/mapred/local" // put this on a SSD? -#define DTRAIN_GRAMMAR_DELIM "########EOS########" - - -using namespace std; -using namespace dtrain; -namespace po = boost::program_options; - - -#endif - -- cgit v1.2.3