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-04 20:01:10 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-06-04 20:01:10 +0400
commit4232188fe4eef519e205ef7a3a5c4866cbc337d4 (patch)
tree355bed36d7ee024c83b5d1dc849f8e066f840e3e /moses/Parameter.h
parent9a7ad99104844739bac47a98e0e99ba80687819e (diff)
new function Parameter::Save() to serialise ini file parameters
Diffstat (limited to 'moses/Parameter.h')
-rw-r--r--moses/Parameter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/Parameter.h b/moses/Parameter.h
index a0c372a53..b8adcbedf 100644
--- a/moses/Parameter.h
+++ b/moses/Parameter.h
@@ -118,6 +118,7 @@ public:
return m_setting;
}
+ void Save(const std::string path);
};
}