From 9e04eb0ea461d0942925f00f1906232aa208ec6e Mon Sep 17 00:00:00 2001 From: "graehl@gmail.com" Date: Mon, 23 Aug 2010 19:17:57 +0000 Subject: comment git-svn-id: https://ws10smt.googlecode.com/svn/trunk@616 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/apply_fsa_models.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/decoder/apply_fsa_models.cc b/decoder/apply_fsa_models.cc index c958f7c4..2c10762b 100755 --- a/decoder/apply_fsa_models.cc +++ b/decoder/apply_fsa_models.cc @@ -226,7 +226,6 @@ public: // just rhs. i think item names should exclude lhs if possible (most sharing). get prefix cost w/ forward = viterbi (global best-first admissable h only) and it should be ok? #endif -// costs are pushed. struct PrefixTrie { CFG *cfgp; Rules const* rulesp; @@ -256,7 +255,6 @@ struct PrefixTrie { // root.build(lhs,r.p)->build(r.rhs,r.p); } - }; typedef std::size_t ItemHash; -- cgit v1.2.3