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-11-20 14:21:50 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-11-20 14:21:50 +0300
commit8137aeae43d187e7a324e8c1a490f1d8365a8876 (patch)
tree87436fcc787a6621e16a90ecbcb8926f47a46e05 /moses/IOWrapper.h
parent46596ed49a63c5b76f822b3dfff6f10c4da5ef22 (diff)
Small changes to Parameters and StaticData
Diffstat (limited to 'moses/IOWrapper.h')
-rw-r--r--moses/IOWrapper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/moses/IOWrapper.h b/moses/IOWrapper.h
index 41254c627..4253871b3 100644
--- a/moses/IOWrapper.h
+++ b/moses/IOWrapper.h
@@ -268,6 +268,9 @@ public:
// creates a map of TARGET positions which should be replaced by word using placeholder
std::map<size_t, const Moses::Factor*> GetPlaceholders(const Moses::Hypothesis &hypo, Moses::FactorType placeholderFactor);
+ // post editing
+ std::ifstream *spe_src, *spe_trg, *spe_aln;
+
};