diff options
author | graehl@gmail.com <graehl@gmail.com@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-23 19:17:57 +0000 |
---|---|---|
committer | graehl@gmail.com <graehl@gmail.com@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-23 19:17:57 +0000 |
commit | 9e04eb0ea461d0942925f00f1906232aa208ec6e (patch) | |
tree | e2e8d559c930a11fb2e8e7e7cbfee527d1af99f6 /decoder | |
parent | e1feb0e538e904ad161cb7fe4ab3b25964d25f2f (diff) |
comment
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@616 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder')
-rwxr-xr-x | decoder/apply_fsa_models.cc | 2 |
1 files changed, 0 insertions, 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; |