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-11-03 22:36:43 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-11-03 22:36:43 +0300
commitd773ad428ec65a8496dee51a3f398843fa90cf39 (patch)
treee683cf12e6a5c60fe311e936772d217aeac87caa /moses/TreeInput.h
parent9dc31e197be697582cfe724c8292c0e631841570 (diff)
More options cleanup.
Diffstat (limited to 'moses/TreeInput.h')
-rw-r--r--moses/TreeInput.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/moses/TreeInput.h b/moses/TreeInput.h
index a8c53493e..3bc5f171c 100644
--- a/moses/TreeInput.h
+++ b/moses/TreeInput.h
@@ -43,8 +43,10 @@ protected:
return m_sourceChart[startPos][endPos - startPos];
}
- bool ProcessAndStripXMLTags(std::string &line, std::vector<XMLParseOutput> &sourceLabels, std::vector<XmlOption*> &res);
-
+ bool ProcessAndStripXMLTags(AllOptions const& opts, std::string &line,
+ std::vector<XMLParseOutput> &sourceLabels,
+ std::vector<XmlOption*> &res);
+
public:
TreeInput() : Sentence() { }