summaryrefslogtreecommitdiff
path: root/dtrain/dtrain.h
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cab.ark.cs.cmu.edu>2012-11-06 00:02:58 -0500
committerChris Dyer <cdyer@cab.ark.cs.cmu.edu>2012-11-06 00:02:58 -0500
commite222f01b446d1d920846f54428eb6009436e20eb (patch)
tree1e276984c56ba8ed917d9469a99b6f17a51ddd32 /dtrain/dtrain.h
parentd8b7a5fe01883818fe00d117b83852c6ea47747f (diff)
parentec93bf37e79ce70bfdbe8d6e5c6de457613cc84e (diff)
Merge branch 'master' of github.com:redpony/cdec
Diffstat (limited to 'dtrain/dtrain.h')
-rw-r--r--dtrain/dtrain.h3
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;