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:
authorHieu Hoang <hieu@hoang.co.uk>2013-06-05 16:42:56 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-06-05 16:42:56 +0400
commitb9f54b195aa780a482bcd9d3667140428f9aebc7 (patch)
tree34d06a65dc93a9c9cd3519735cb9c2b0faca3b63 /moses/GenerationDictionary.h
parent36c17f3c933504dbb540ec318c8c6eb0554d1b87 (diff)
implement GenerationDictionary.Load()
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 b2aeb0d96..d9023f7b7 100644
--- a/moses/GenerationDictionary.h
+++ b/moses/GenerationDictionary.h
@@ -56,7 +56,7 @@ public:
virtual ~GenerationDictionary();
//! load data file
- bool Load(const std::string &filePath, FactorDirection direction);
+ void Load();
/** number of unique input entries in the generation table.
* NOT the number of lines in the generation table