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/TargetPhrase.cpp')
-rw-r--r--contrib/moses2/TargetPhrase.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/moses2/TargetPhrase.cpp b/contrib/moses2/TargetPhrase.cpp
new file mode 100644
index 000000000..600d41ae7
--- /dev/null
+++ b/contrib/moses2/TargetPhrase.cpp
@@ -0,0 +1,15 @@
+/*
+ * TargetPhrase.cpp
+ *
+ * Created on: 26 Apr 2016
+ * Author: hieu
+ */
+
+#include "TargetPhrase.h"
+#include "System.h"
+#include "Scores.h"
+
+namespace Moses2
+{
+
+} /* namespace Moses2 */