diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-17 22:05:59 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-17 22:05:59 +0000 |
commit | addc7291bd44db96a01f399f8ee4efbe226245e2 (patch) | |
tree | f21c713ea6a3e5b95a3e28ffdc18be0bc2a5faf1 /decoder/cfg.h | |
parent | 06d0d5cc15bfc18748030b1ddcf5329d850a76f1 (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.h')
-rwxr-xr-x | decoder/cfg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/decoder/cfg.h b/decoder/cfg.h index 5a418234..9be0926d 100755 --- a/decoder/cfg.h +++ b/decoder/cfg.h @@ -306,7 +306,8 @@ struct CFG { void BinarizeL2R(bool bin_unary=false,bool name_nts=false); void Binarize(CFGBinarize const& binarize_options); // see cfg_binarize.h for docs - void BinarizeSplit(CFGBinarize const& binarize_options); // there may be many options affecting split. + void BinarizeSplit(CFGBinarize const& binarize_options); + void BinarizeThresh(CFGBinarize const& binarize_options); // maybe unbundle opts later typedef std::vector<NT> NTs; NTs nts; |