summaryrefslogtreecommitdiff
path: root/decoder/lazy.h
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2012-09-13 04:28:30 -0700
committerKenneth Heafield <github@kheafield.com>2012-09-13 04:28:30 -0700
commit18c5b12399eb078dbb8c764a205caf9c610f9a2f (patch)
tree3d06b860605533c2bdb83f8fcdfcda2551d49f58 /decoder/lazy.h
parent8d0baa1dfb5c18f5be45b4d12b3f925dc04afc48 (diff)
Allow lm file name, print weights
Diffstat (limited to 'decoder/lazy.h')
-rw-r--r--decoder/lazy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/lazy.h b/decoder/lazy.h
index 3e71a3b0..d1f030d1 100644
--- a/decoder/lazy.h
+++ b/decoder/lazy.h
@@ -6,6 +6,6 @@
class Hypergraph;
-void PassToLazy(const Hypergraph &hg, const std::vector<weight_t> &weights);
+void PassToLazy(const char *model_file, const std::vector<weight_t> &weights, const Hypergraph &hg);
#endif // _LAZY_H_