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/InputType.h')
-rw-r--r--moses/InputType.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/moses/InputType.h b/moses/InputType.h
index 80080a3f2..30b86180d 100644
--- a/moses/InputType.h
+++ b/moses/InputType.h
@@ -68,6 +68,9 @@ public:
size_t m_frontSpanCoveredLength;
// how many words from the beginning are covered
+ // coordinates in some space, populated by xml tag "coord"
+ boost::shared_ptr<std::vector<float> > m_coord;
+
InputType(AllOptions::ptr const& opts, long translationId = 0);
virtual ~InputType();