summaryrefslogtreecommitdiff
path: root/decoder
diff options
context:
space:
mode:
authorgraehl@gmail.com <graehl@gmail.com@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-23 19:17:57 +0000
committergraehl@gmail.com <graehl@gmail.com@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-23 19:17:57 +0000
commit697df987d5c20ef5237738a3270b3d8a1357ae2a (patch)
treeb1812233a4bce94fa3903e7dbe394e275ee1523a /decoder
parent0716f879c26537cfcfc635adf5d4c7206d249aab (diff)
comment
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@616 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder')
-rwxr-xr-xdecoder/apply_fsa_models.cc2
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;