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
path: root/misc
diff options
context:
space:
mode:
authorhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2007-03-15 15:01:53 +0300
committerhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2007-03-15 15:01:53 +0300
commitf57a36af1b8a2caf15a9f77f670e6789b97d9954 (patch)
treeffb920304d8d293e3d3b60fba223a779d1c7b11c /misc
parenta611a78de7c1bcb3665a788336e592aea6cc9a6f (diff)
add queryLexicalTable.cpp placeholder
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1313 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'misc')
-rw-r--r--misc/queryLexicalTable.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/queryLexicalTable.cpp b/misc/queryLexicalTable.cpp
new file mode 100644
index 000000000..9777c58f6
--- /dev/null
+++ b/misc/queryLexicalTable.cpp
@@ -0,0 +1,8 @@
+#include <iostream.h>
+
+main()
+{
+ cout << "Hello World!";
+ return 0;
+}
+