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>2014-09-30 17:22:38 +0400
committerHieu Hoang <hieuhoang@gmail.com>2014-09-30 17:22:38 +0400
commit33ed15ef199a11c0690ff6db2bc2c8f446af3395 (patch)
tree10034981d269b6e01eb523bbce880af16bf1c382 /moses/Util.h
parentc20af584e73873ce4d06b14a7ff793752fb07505 (diff)
move misc common functions into moses/
Diffstat (limited to 'moses/Util.h')
-rw-r--r--moses/Util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/moses/Util.h b/moses/Util.h
index d4c715ab8..acaa4b53c 100644
--- a/moses/Util.h
+++ b/moses/Util.h
@@ -438,6 +438,10 @@ inline void fix(std::ostream& stream, size_t size)
stream.precision(size);
}
+class FeatureFunction;
+
+void PrintFeatureWeight(const FeatureFunction* ff);
+void ShowWeights();
} // namespace