Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-12-08 15:56:55 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-12-08 15:56:55 +0300
commitfdb5d9b282fe51fecca14f3d6226eb5980fbe6f5 (patch)
tree0bef491d0d2344e43cd5f407357cb3e79ada3d04 /moses/GenerationDictionary.h
parent9528b56242de61c824b15e790cf4abe72e2ceb66 (diff)
Code refactoring: All FF now get access to AllOptions at load time, so they don't have to rely on StaticData.
Diffstat (limited to 'moses/GenerationDictionary.h')
-rw-r--r--moses/GenerationDictionary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/GenerationDictionary.h b/moses/GenerationDictionary.h
index 82aa82426..bda09e579 100644
--- a/moses/GenerationDictionary.h
+++ b/moses/GenerationDictionary.h
@@ -62,7 +62,7 @@ public:
virtual ~GenerationDictionary();
//! load data file
- void Load();
+ void Load(AllOptions const& opts);
/** number of unique input entries in the generation table.
* NOT the number of lines in the generation table