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/InputPathsBase.cpp')
-rw-r--r--contrib/moses2/InputPathsBase.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/moses2/InputPathsBase.cpp b/contrib/moses2/InputPathsBase.cpp
new file mode 100644
index 000000000..bcc57a7f7
--- /dev/null
+++ b/contrib/moses2/InputPathsBase.cpp
@@ -0,0 +1,20 @@
+/*
+ * InputPaths.cpp
+ *
+ * Created on: 23 Oct 2015
+ * Author: hieu
+ */
+#include <iostream>
+#include "InputPathsBase.h"
+
+using namespace std;
+
+namespace Moses2
+{
+
+InputPathsBase::~InputPathsBase()
+{
+}
+
+}
+