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:
authorBarry Haddow <barry.haddow@gmail.com>2012-07-17 16:36:50 +0400
committerBarry Haddow <barry.haddow@gmail.com>2012-07-17 16:36:50 +0400
commit2b4e61d8261510732ac53eaf48a73e6198b77c2b (patch)
treefeeba83dd2c24530d5e069f0089803d77ebfc9cb /mert/FeatureArray.h
parentf592c222fec19e41fcfb9c059c81de2077b971fe (diff)
parent6a94f740197ac3eff812dcf5d4bbf658eea02d5d (diff)
Merge branch 'trunk' into miramerge
Compiles, not tested. Conflicts: Jamroot OnDiskPt/PhraseNode.h OnDiskPt/TargetPhrase.cpp OnDiskPt/TargetPhrase.h OnDiskPt/TargetPhraseCollection.cpp mert/BleuScorer.cpp mert/Data.cpp mert/FeatureData.cpp moses-chart-cmd/src/Main.cpp moses/src/AlignmentInfo.h moses/src/ChartManager.cpp moses/src/LM/Ken.cpp moses/src/LM/Ken.h moses/src/LMList.h moses/src/LexicalReordering.h moses/src/PhraseDictionaryTree.h moses/src/ScoreIndexManager.h moses/src/StaticData.h moses/src/TargetPhrase.h moses/src/Word.cpp scripts/ems/experiment.meta scripts/ems/experiment.perl scripts/training/train-model.perl
Diffstat (limited to 'mert/FeatureArray.h')
-rw-r--r--mert/FeatureArray.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mert/FeatureArray.h b/mert/FeatureArray.h
index 5ce5e1b1a..d50be0fa0 100644
--- a/mert/FeatureArray.h
+++ b/mert/FeatureArray.h
@@ -13,6 +13,10 @@
#include <iosfwd>
#include "FeatureStats.h"
+namespace MosesTuning
+{
+
+
const char FEATURES_TXT_BEGIN[] = "FEATURES_TXT_BEGIN_0";
const char FEATURES_TXT_END[] = "FEATURES_TXT_END_0";
const char FEATURES_BIN_BEGIN[] = "FEATURES_BIN_BEGIN_0";
@@ -77,4 +81,6 @@ public:
bool check_consistency() const;
};
+}
+
#endif // MERT_FEATURE_ARRAY_H_