diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-10 23:49:33 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-10 23:49:33 +0000 |
commit | 46dd30c7d4da68b83ebfd5975153521ee237311f (patch) | |
tree | aba07e1f24639c56b341393880b67987b08854da /decoder/cfg.h | |
parent | 0fec6f37266ecbaf6f72d2f3d7e652c78004af17 (diff) |
CFG binarize opts
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@503 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/cfg.h')
-rwxr-xr-x | decoder/cfg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/decoder/cfg.h b/decoder/cfg.h index e325c4cd..808c7a32 100755 --- a/decoder/cfg.h +++ b/decoder/cfg.h @@ -29,6 +29,7 @@ class Hypergraph; class CFGFormat; // #include "cfg_format.h" +class CFGBinarize; // #include "cfg_binarize.h" struct CFG { typedef int RuleHandle; @@ -77,6 +78,7 @@ struct CFG { swap(nts,o.nts); swap(goal_nt,o.goal_nt); } + void Binarize(CFGBinarize const& binarize_options); protected: bool uninit; Hypergraph const* hg_; // shouldn't be used for anything, esp. after binarization |