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 <hieuhoang@gmail.com>2012-12-04 17:08:00 +0400
committerHieu Hoang <hieuhoang@gmail.com>2012-12-04 17:08:00 +0400
commit33105a7ba7c99b08b6a8edd365a3aed3abfd09bd (patch)
tree5a629a8258ee58dfc066222bc1749cca6a04797b /moses/GenerationDictionary.h
parent55f65c3104989c5dae13f1cda3395cd52d62c524 (diff)
get rid of int argument from GetScoreProducerWeightShortName()
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 af7765b35..7c3cdf8e7 100644
--- a/moses/GenerationDictionary.h
+++ b/moses/GenerationDictionary.h
@@ -71,7 +71,7 @@ public:
//! load data file
bool Load(const std::string &filePath, FactorDirection direction);
- std::string GetScoreProducerWeightShortName(unsigned) const
+ std::string GetScoreProducerWeightShortName() const
{
return "g";
}