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 'phrase-extract/SentenceAlignmentWithSyntax.h')
-rw-r--r--phrase-extract/SentenceAlignmentWithSyntax.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/phrase-extract/SentenceAlignmentWithSyntax.h b/phrase-extract/SentenceAlignmentWithSyntax.h
index a2c164655..38fa77907 100644
--- a/phrase-extract/SentenceAlignmentWithSyntax.h
+++ b/phrase-extract/SentenceAlignmentWithSyntax.h
@@ -30,6 +30,9 @@
#include "SentenceAlignment.h"
#include "SyntaxTree.h"
+namespace MosesTraining
+{
+
class SentenceAlignmentWithSyntax : public SentenceAlignment
{
public:
@@ -62,4 +65,6 @@ public:
processSourceSentence(const char *, int);
};
+}
+
#endif