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-20 16:25:02 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-06-20 16:25:02 +0400
commitd68277d369b599f6d6acf5bf651c638709cbe2a3 (patch)
tree67e0dc42ed86677778d3ebf7727b8f4dc7684824 /moses/GenerationDictionary.h
parent8103de2973717778396cd677b57372ebeada652b (diff)
redo parsing of feature function parameters
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 192d10ea8..9f93346e4 100644
--- a/moses/GenerationDictionary.h
+++ b/moses/GenerationDictionary.h
@@ -68,7 +68,7 @@ public:
* Or NULL if the input word isn't found. The search function used is the WordComparer functor
*/
const OutputWordCollection *FindWord(const Word &word) const;
- bool SetParameter(const std::string& key, const std::string& value);
+ void SetParameter(const std::string& key, const std::string& value);
};