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/server/TranslationRequest.cpp')
-rw-r--r--moses/server/TranslationRequest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/server/TranslationRequest.cpp b/moses/server/TranslationRequest.cpp
index 6f6fed1cf..7b3aa8c06 100644
--- a/moses/server/TranslationRequest.cpp
+++ b/moses/server/TranslationRequest.cpp
@@ -326,6 +326,7 @@ parse_request(std::map<std::string, xmlrpc_c::value> const& params)
} else {
m_source.reset(new Sentence(m_options,0,m_source_string));
}
+ interpret_dlt();
} // end of Translationtask::parse_request()