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/Phrase.cpp')
-rw-r--r--contrib/moses2/Phrase.cpp23
1 files changed, 23 insertions, 0 deletions
diff --git a/contrib/moses2/Phrase.cpp b/contrib/moses2/Phrase.cpp
new file mode 100644
index 000000000..dd4abf328
--- /dev/null
+++ b/contrib/moses2/Phrase.cpp
@@ -0,0 +1,23 @@
+/*
+ * PhraseImpl.cpp
+ *
+ * Created on: 23 Oct 2015
+ * Author: hieu
+ */
+#include <boost/functional/hash.hpp>
+#include "Phrase.h"
+#include "Word.h"
+#include "MemPool.h"
+#include "Scores.h"
+#include "System.h"
+
+using namespace std;
+
+namespace Moses2
+{
+
+
+
+
+} // namespace
+