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:
authorMosesAdmin <moses-support-owner@mit.edu>2015-10-27 03:00:59 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-10-27 03:00:59 +0300
commitec8dbdb94a46e70969490ecc6c4e22fb3a7f9802 (patch)
tree4b170ba9cabf06c121c7def814bbd2dfcf10e57c /moses/Sentence.h
parentca71a28d61a105681abfd90c0a0ab4eaa497bcb4 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/Sentence.h')
-rw-r--r--moses/Sentence.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Sentence.h b/moses/Sentence.h
index cb2a5cfce..22ae81ec7 100644
--- a/moses/Sentence.h
+++ b/moses/Sentence.h
@@ -61,7 +61,7 @@ protected:
void ProcessPlaceholders(const std::vector< std::pair<size_t, std::string> > &placeholders);
// "Document Level Translation" instructions, see aux_interpret_dlt
- std::vector<std::map<std::string,std::string> > m_dlt_meta;
+ std::vector<std::map<std::string,std::string> > m_dlt_meta;
public:
Sentence();