diff options
author | Kenneth Heafield <github@kheafield.com> | 2012-09-13 04:28:30 -0700 |
---|---|---|
committer | Kenneth Heafield <github@kheafield.com> | 2012-09-13 04:28:30 -0700 |
commit | 18c5b12399eb078dbb8c764a205caf9c610f9a2f (patch) | |
tree | 3d06b860605533c2bdb83f8fcdfcda2551d49f58 /decoder/lazy.h | |
parent | 8d0baa1dfb5c18f5be45b4d12b3f925dc04afc48 (diff) |
Allow lm file name, print weights
Diffstat (limited to 'decoder/lazy.h')
-rw-r--r-- | decoder/lazy.h | 2 |
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_ |