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-10-24 03:36:17 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-10-24 03:36:17 +0300
commitfc6b000e88bd652fc06fbd4218a278861b282261 (patch)
tree3731b1319329481033de830dbb0a4e35b19d5c5a /moses/TranslationTask.h
parent22365691a918fd9e9079476be5144fd2836471e2 (diff)
Added parsing of document-leval translation meta-information to setup of TranslationTask.
Diffstat (limited to 'moses/TranslationTask.h')
-rw-r--r--moses/TranslationTask.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/TranslationTask.h b/moses/TranslationTask.h
index 288e9a3ce..ec9631a8c 100644
--- a/moses/TranslationTask.h
+++ b/moses/TranslationTask.h
@@ -140,6 +140,7 @@ protected:
boost::shared_ptr<Moses::InputType> m_source;
boost::shared_ptr<Moses::IOWrapper> m_ioWrapper;
+ void interpret_dlt();
};