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/extract-ghkm/Span.h')
-rw-r--r--phrase-extract/extract-ghkm/Span.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/phrase-extract/extract-ghkm/Span.h b/phrase-extract/extract-ghkm/Span.h
index 90bed416a..fa4be48f0 100644
--- a/phrase-extract/extract-ghkm/Span.h
+++ b/phrase-extract/extract-ghkm/Span.h
@@ -26,6 +26,8 @@
namespace MosesTraining
{
+namespace Syntax
+{
namespace GHKM
{
@@ -37,6 +39,7 @@ bool SpansIntersect(const Span &, const ContiguousSpan &);
ContiguousSpan Closure(const Span &);
} // namespace MosesTraining
+} // namespace Syntax
} // namespace GHKM
#endif