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:
authorPhil Williams <philip.williams@mac.com>2015-02-02 20:00:42 +0300
committerPhil Williams <philip.williams@mac.com>2015-02-02 20:07:54 +0300
commitac8f01bc3d2eae44c945d2da8d5fcd7a951fe009 (patch)
tree0454f784b8e787ce0f1bb46cee50be7b4c47ba01 /moses/TranslationTask.h
parentc8ad84fa55f1f136d99fc4ff712e2aa421867c5d (diff)
Partial merge of t2s branch (implements t2s and f2s algorithms)
Implements search algorithms 7, 8, and 9: -search-algorithm 7 tree-to-string (STSG-based, currently a special-case of forest-to-string) -search-algorithm 8 tree-to-string (SCFG-based) -search-algorithm 9 forest-to-string (STSG-based)
Diffstat (limited to 'moses/TranslationTask.h')
-rw-r--r--moses/TranslationTask.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/TranslationTask.h b/moses/TranslationTask.h
index 5eff7b825..b2a36840a 100644
--- a/moses/TranslationTask.h
+++ b/moses/TranslationTask.h
@@ -8,7 +8,9 @@
#include "moses/Manager.h"
#include "moses/ChartManager.h"
+#include "moses/Syntax/F2S/Manager.h"
#include "moses/Syntax/S2T/Manager.h"
+#include "moses/Syntax/T2S/Manager.h"
namespace Moses
{