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/src/XmlOption.h')
-rw-r--r--moses/src/XmlOption.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/moses/src/XmlOption.h b/moses/src/XmlOption.h
index e211a6398..dc9efe650 100644
--- a/moses/src/XmlOption.h
+++ b/moses/src/XmlOption.h
@@ -2,6 +2,7 @@
#include <vector>
#include <string>
+#include "InputType.h"
/** This struct is used for storing XML force translation data for a given range in the sentence
*/
@@ -18,5 +19,6 @@ struct XmlOption {
};
-std::vector<XmlOption> ProcessAndStripXMLTags(std::string& line);
+std::vector<TranslationOption*> ProcessAndStripXMLTags(std::string& line, const InputType &source);
+