diff options
Diffstat (limited to 'dtrain/common.h')
-rw-r--r-- | dtrain/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dtrain/common.h b/dtrain/common.h index 706f51c2..4ff975e1 100644 --- a/dtrain/common.h +++ b/dtrain/common.h @@ -31,6 +31,7 @@ #define DTRAIN_DEFAULT_SCORER "stupid_bleu" // scorer #define DTRAIN_DOTS 100 // when to display a '.' #define DTRAIN_TMP_DIR "/tmp" // put this on a SSD? +#define DTRAIN_GRAMMAR_DELIM "########EOS########" using namespace std; |