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:
authorAnoop Kunchukuttan <anoop.kunchukuttan@gmail.com>2020-10-05 12:54:23 +0300
committerAnoop Kunchukuttan <anoop.kunchukuttan@gmail.com>2020-10-05 12:54:23 +0300
commita34623140a2d9a2793ab91337d8f3883382c2b20 (patch)
tree610ff6d4cafdebbebc72e0c2661009b6dbd7e0c4 /moses2/InputType.h
parent6801d65c58c8d47e7f9424fe6c842fc046b84d62 (diff)
parent5e38a00a5fc27291f45adecfadf006818c892306 (diff)
Merge branch 'master'
Diffstat (limited to 'moses2/InputType.h')
-rw-r--r--moses2/InputType.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses2/InputType.h b/moses2/InputType.h
index 8813bc484..b4f901ac6 100644
--- a/moses2/InputType.h
+++ b/moses2/InputType.h
@@ -73,6 +73,8 @@ public:
//! Returns true if there were any XML tags parsed that at least partially covered the range passed
bool XmlOverlap(size_t startPos, size_t endPos) const;
+ virtual std::string Debug(const System &system) const;
+
protected:
ReorderingConstraint m_reorderingConstraint; /**< limits on reordering specified either by "-mp" switch or xml tags */
Vector<const XMLOption*> m_xmlOptions;