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
commita950a83a807518e465706c3712d6f80afff460b9 (patch)
tree7652df427206744c1d08f85aec0a0319f9aab68b /decoder/lazy.h
parent7f809684f51d4e520b506c74ed2b475d611eee24 (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_