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>2008-10-09 04:20:39 +0400
committerhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2008-10-09 04:20:39 +0400
commit868428fe6631822c0ce8be715b5371cd286071c0 (patch)
tree7959d496bdcdb9e4b213817d52678f05de6f8e98 /misc
parent928d771085bfe7c4e751514fd59d2baa47f69616 (diff)
unix build
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1898 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'misc')
-rw-r--r--misc/GenerateTuples.cpp3
-rw-r--r--misc/queryLexicalTable.cpp2
2 files changed, 5 insertions, 0 deletions
diff --git a/misc/GenerateTuples.cpp b/misc/GenerateTuples.cpp
index 97b0bdd96..123f8a18e 100644
--- a/misc/GenerateTuples.cpp
+++ b/misc/GenerateTuples.cpp
@@ -13,6 +13,9 @@
#include "ConfusionNet.h"
#include "WordsRange.h"
#include "PhraseDictionaryTree.h"
+
+using namespace Moses;
+
#if 0
// Generates all tuples from n indexes with ranges 0 to card[j]-1, respectively..
// Input: number of indexes and ranges: ranges[0] ... ranges[num_idx-1]
diff --git a/misc/queryLexicalTable.cpp b/misc/queryLexicalTable.cpp
index 9ac63e26d..0ebf66910 100644
--- a/misc/queryLexicalTable.cpp
+++ b/misc/queryLexicalTable.cpp
@@ -7,6 +7,8 @@
#include "InputFileStream.h"
#include "LexicalReorderingTable.h"
+using namespace Moses;
+
Timer timer;
void printHelp(){