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/BaseManager.cpp')
-rw-r--r--moses/BaseManager.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/moses/BaseManager.cpp b/moses/BaseManager.cpp
index ce1a5c5d9..609a6e9f5 100644
--- a/moses/BaseManager.cpp
+++ b/moses/BaseManager.cpp
@@ -27,6 +27,11 @@ BaseManager::GetSource() const
return m_source;
}
+const ttasksptr&
+BaseManager::GetTtask() const {
+ return m_ttask.lock();
+}
+
void
BaseManager::
OutputSearchGraphAsHypergraph(std::ostream& out) const