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 'OnDiskPt/src/SourcePhrase.cpp')
-rw-r--r--OnDiskPt/src/SourcePhrase.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/OnDiskPt/src/SourcePhrase.cpp b/OnDiskPt/src/SourcePhrase.cpp
new file mode 100644
index 000000000..20dd7ede7
--- /dev/null
+++ b/OnDiskPt/src/SourcePhrase.cpp
@@ -0,0 +1,17 @@
+/*
+ * SourcePhrase.cpp
+ * CreateOnDisk
+ *
+ * Created by Hieu Hoang on 31/12/2009.
+ * Copyright 2009 __MyCompanyName__. All rights reserved.
+ *
+ */
+#include <cassert>
+#include "SourcePhrase.h"
+
+namespace OnDiskPt
+{
+
+}
+
+