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/Subgraph.h')
-rw-r--r--phrase-extract/extract-ghkm/Subgraph.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/phrase-extract/extract-ghkm/Subgraph.h b/phrase-extract/extract-ghkm/Subgraph.h
index a9c6dac48..1f1234421 100644
--- a/phrase-extract/extract-ghkm/Subgraph.h
+++ b/phrase-extract/extract-ghkm/Subgraph.h
@@ -26,6 +26,8 @@
namespace MosesTraining
{
+namespace Syntax
+{
namespace GHKM
{
@@ -137,5 +139,5 @@ private:
};
} // namespace GHKM
+} // namespace Syntax
} // namespace MosesTraining
-