diff options
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; |