diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-11-05 21:34:22 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-11-05 21:34:22 -0500 |
commit | 709bf16fbf7e88d15c9a9f3356c63e9ff38fa05d (patch) | |
tree | 3ec67e4084b6be65555d70766ebfe5d2b18cd410 /dtrain/dtrain.h | |
parent | 782fb27af98ed98256cc25c832131c59c8e9ce9c (diff) | |
parent | 2eb77b77d28f6d9dc88ecb6ca999994bdb555445 (diff) |
Merge branch 'master' of https://github.com/redpony/cdec
Diffstat (limited to 'dtrain/dtrain.h')
-rw-r--r-- | dtrain/dtrain.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dtrain/dtrain.h b/dtrain/dtrain.h index 7e084a79..4b6f415c 100644 --- a/dtrain/dtrain.h +++ b/dtrain/dtrain.h @@ -3,7 +3,7 @@ #undef DTRAIN_FASTER_PERCEPTRON // only look at misranked pairs // DO NOT USE WITH SVM! -#define DTRAIN_LOCAL +//#define DTRAIN_LOCAL #define DTRAIN_DOTS 10 // after how many inputs to display a '.' #define DTRAIN_GRAMMAR_DELIM "########EOS########" #define DTRAIN_SCALE 100000 @@ -22,7 +22,6 @@ #include "filelib.h" - using namespace std; using namespace dtrain; namespace po = boost::program_options; |