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/ExtractGHKM.h')
-rw-r--r--phrase-extract/extract-ghkm/ExtractGHKM.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/phrase-extract/extract-ghkm/ExtractGHKM.h b/phrase-extract/extract-ghkm/ExtractGHKM.h
index 0d0fa8bf1..170de7ae9 100644
--- a/phrase-extract/extract-ghkm/ExtractGHKM.h
+++ b/phrase-extract/extract-ghkm/ExtractGHKM.h
@@ -32,12 +32,14 @@
namespace MosesTraining
{
+namespace Syntax
+{
namespace GHKM
{
struct Options;
-class ExtractGHKM : public Syntax::Tool
+class ExtractGHKM : public Tool
{
public:
ExtractGHKM() : Tool("extract-ghkm") {}
@@ -76,4 +78,5 @@ private:
};
} // namespace GHKM
+} // namespace Syntax
} // namespace MosesTraining