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 21:09:23 +0400
committerHieu Hoang <hieuhoang@gmail.com>2012-12-04 21:09:23 +0400
commit9fe742ce5207347962a3c58b78d771782de76276 (patch)
tree54f709671e59acbc424a0b2f46fcb92c4040e7b9 /moses/GenerationDictionary.h
parent33105a7ba7c99b08b6a8edd365a3aed3abfd09bd (diff)
get rid function GetScoreProducerWeightShortName(). Fails 1 regression test
Diffstat (limited to 'moses/GenerationDictionary.h')
-rw-r--r--moses/GenerationDictionary.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/moses/GenerationDictionary.h b/moses/GenerationDictionary.h
index 7c3cdf8e7..33de5d2f5 100644
--- a/moses/GenerationDictionary.h
+++ b/moses/GenerationDictionary.h
@@ -71,11 +71,6 @@ public:
//! load data file
bool Load(const std::string &filePath, FactorDirection direction);
- std::string GetScoreProducerWeightShortName() const
- {
- return "g";
- }
-
/** number of unique input entries in the generation table.
* NOT the number of lines in the generation table
*/