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/Main.cpp')
-rw-r--r--phrase-extract/extract-ghkm/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/phrase-extract/extract-ghkm/Main.cpp b/phrase-extract/extract-ghkm/Main.cpp
index 64b3e0f00..f7a2173fb 100644
--- a/phrase-extract/extract-ghkm/Main.cpp
+++ b/phrase-extract/extract-ghkm/Main.cpp
@@ -21,6 +21,6 @@
int main(int argc, char *argv[])
{
- MosesTraining::GHKM::ExtractGHKM tool;
+ MosesTraining::Syntax::GHKM::ExtractGHKM tool;
return tool.Main(argc, argv);
}