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:
Diffstat (limited to 'moses/Sentence.cpp')
-rw-r--r--moses/Sentence.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/moses/Sentence.cpp b/moses/Sentence.cpp
index 98bfb9e0a..b7e24a85f 100644
--- a/moses/Sentence.cpp
+++ b/moses/Sentence.cpp
@@ -154,7 +154,8 @@ aux_interpret_xml(std::string& line, std::vector<size_t> & xmlWalls,
bool OK = ProcessAndStripXMLTags(*m_options, line,
m_xmlOptions,
m_reorderingConstraint,
- xmlWalls, placeholders);
+ xmlWalls, placeholders,
+ *this);
if (!OK) {
TRACE_ERR("Unable to parse XML in line: " << line);
}