From 3a7bca942d838f945c1cd0cbe5977e20c61ebc2d Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Thu, 18 Feb 2010 22:34:17 -0500 Subject: check in modified ones too --- decoder/ff_wordalign.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'decoder/ff_wordalign.h') diff --git a/decoder/ff_wordalign.h b/decoder/ff_wordalign.h index 688750de..c44ad26b 100644 --- a/decoder/ff_wordalign.h +++ b/decoder/ff_wordalign.h @@ -49,10 +49,8 @@ class MarkovJump : public FeatureFunction { void* out_context) const; private: const int fid_; - bool individual_params_per_jumpsize_; - bool condition_on_flen_; - bool condition_on_fclass_; - std::string template_; + bool binary_params_; + std::vector > flen2jump2fid_; }; class MarkovJumpFClass : public FeatureFunction { -- cgit v1.2.3