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 'contrib/moses2/SubPhrase.cpp')
-rw-r--r--contrib/moses2/SubPhrase.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/moses2/SubPhrase.cpp b/contrib/moses2/SubPhrase.cpp
new file mode 100644
index 000000000..4d3c20f14
--- /dev/null
+++ b/contrib/moses2/SubPhrase.cpp
@@ -0,0 +1,17 @@
+/*
+ * SubPhrase.cpp
+ *
+ * Created on: 19 Feb 2016
+ * Author: hieu
+ */
+#include "SubPhrase.h"
+
+using namespace std;
+
+namespace Moses2
+{
+
+
+
+}
+