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:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-12-07 19:07:11 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-12-07 19:07:11 +0300
commitc4e45fb128e096f255a624b57b7826febdf06f2e (patch)
tree74455d64b0e45877c91dc2488838cfe01732b224 /moses/XmlOption.cpp
parent2be2481feb2d68d6e4ba366d06fcfa51f7ff664e (diff)
Code cleanup.
Diffstat (limited to 'moses/XmlOption.cpp')
-rw-r--r--moses/XmlOption.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/XmlOption.cpp b/moses/XmlOption.cpp
index 1befb8234..342b08172 100644
--- a/moses/XmlOption.cpp
+++ b/moses/XmlOption.cpp
@@ -194,7 +194,7 @@ ProcessAndStripXMLTags(AllOptions const& opts, string &line, vector<XmlOption co
string cleanLine; // return string (text without xml)
size_t wordPos = 0; // position in sentence (in terms of number of words)
- const vector<FactorType> &outputFactorOrder = staticData.GetOutputFactorOrder();
+ const vector<FactorType> &outputFactorOrder = opts.output.factor_order;
// const string &factorDelimiter = staticData.GetFactorDelimiter();
// loop through the tokens