diff options
Diffstat (limited to 'decoder/cdec.cc')
-rw-r--r-- | decoder/cdec.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/decoder/cdec.cc b/decoder/cdec.cc index 0aa46be5..62e28bbc 100644 --- a/decoder/cdec.cc +++ b/decoder/cdec.cc @@ -456,7 +456,8 @@ int main(int argc, char** argv) { ApplyModelSet(forest, smeta, prelm_models, - inter_conf, + IntersectionConfiguration(exhaustive_t()), +// avoid overhead of best-first &prelm_forest); forest.swap(prelm_forest); forest.Reweight(prelm_feature_weights); |