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-11-01 19:16:47 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-11-01 19:16:47 +0400
commitd51702f38726e540723250d656cccec6234a2d3f (patch)
tree0f8e9f13dd120d00988d28bcbeb2580e8d81e063 /moses/Parameter.h
parent36a8bb50df80ba3d722f35787daf2ea0fb8696a6 (diff)
output list of available feature functions
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 f5016fb2b..973a1f09b 100644
--- a/moses/Parameter.h
+++ b/moses/Parameter.h
@@ -62,6 +62,7 @@ protected:
void AddParam(const std::string &paramName, const std::string &abbrevName, const std::string &description);
void PrintCredit();
+ void PrintFF() const;
void SetWeight(const std::string &name, size_t ind, float weight);
void SetWeight(const std::string &name, size_t ind, const std::vector<float> &weights);