Skip to content

Commit

Permalink
FIX Change default options (no relation path pruning).
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-martins committed Mar 13, 2014
1 parent 3b02eb8 commit 3bb3ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/semantic_parser/SemanticOptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ DEFINE_bool(prune_labels, true,
"True for pruning the set of possible labels taking into account "
"the labels that have occured for each pair of POS tags in the "
"training data.");
DEFINE_bool(prune_labels_with_relation_paths, true,
DEFINE_bool(prune_labels_with_relation_paths, false, //true,
"True for pruning the set of possible labels taking into account "
"the labels that have occured for syntactic dependency relation "
"paths in the training data.");
Expand Down

0 comments on commit 3bb3ea1

Please sign in to comment.