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 <hieu@hieu-Precision-WorkStation-T3400.(none)>2012-12-14 20:43:12 +0400
committerhieu <hieu@hieu-Precision-WorkStation-T3400.(none)>2012-12-14 20:43:12 +0400
commit6694df651965252a43306fd38fb7658a13ab2514 (patch)
tree930879126c7e386fc5262fbbfd777f7a745b4dc8 /moses/Parameter.h
parent801c4c4f4fb2a811e2df63e104db68719f6e211b (diff)
mert-moses.perl create ini file in new format
Diffstat (limited to 'moses/Parameter.h')
-rw-r--r--moses/Parameter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/Parameter.h b/moses/Parameter.h
index db29cc2c0..7f7b576fc 100644
--- a/moses/Parameter.h
+++ b/moses/Parameter.h
@@ -113,6 +113,8 @@ public:
std::vector<float> &GetWeights(const std::string &name, size_t ind);
+ const PARAM_MAP &GetParams() const
+ { return m_setting; }
};