summaryrefslogtreecommitdiff
path: root/decoder/cfg_binarize.h
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-17 22:05:59 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-17 22:05:59 +0000
commitaddc7291bd44db96a01f399f8ee4efbe226245e2 (patch)
treef21c713ea6a3e5b95a3e28ffdc18be0bc2a5faf1 /decoder/cfg_binarize.h
parent06d0d5cc15bfc18748030b1ddcf5329d850a76f1 (diff)
vest generate / map vector print / read compatability
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@585 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/cfg_binarize.h')
-rwxr-xr-xdecoder/cfg_binarize.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoder/cfg_binarize.h b/decoder/cfg_binarize.h
index 41eba11b..ae06f8bf 100755
--- a/decoder/cfg_binarize.h
+++ b/decoder/cfg_binarize.h
@@ -37,8 +37,8 @@ struct CFGBinarize {
}
void Validate() {
if (bin_thresh>0&&!bin_l2r) {
- std::cerr<<"\nWARNING: greedy binarization not yet supported; using l2r (right branching) instead.\n";
- bin_l2r=true;
+// std::cerr<<"\nWARNING: greedy binarization not yet supported; using l2r (right branching) instead.\n";
+// bin_l2r=true;
}
if (false && bin_l2r && bin_split) { // actually, split may be slightly incomplete due to finite number of passes.
std::cerr<<"\nWARNING: l2r and split are both complete binarization and redundant. Using split.\n";