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:
authorUlrich Germann <Ulrich.Germann@gmail.com>2016-02-18 19:39:34 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2016-02-18 19:39:34 +0300
commit98bcf53ec20e1786675ab505dd91b1647339b2a1 (patch)
tree9fb26b209be963a60e21b639fbf7b345f67be720 /moses/TranslationModel
parentd7db5d24418dd27d3b88eb4f288d400ce1d33684 (diff)
Namespace bug fix.
Diffstat (limited to 'moses/TranslationModel')
-rw-r--r--moses/TranslationModel/UG/util/tokenindex.dump.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TranslationModel/UG/util/tokenindex.dump.cc b/moses/TranslationModel/UG/util/tokenindex.dump.cc
index 0e885630f..01dfeb03e 100644
--- a/moses/TranslationModel/UG/util/tokenindex.dump.cc
+++ b/moses/TranslationModel/UG/util/tokenindex.dump.cc
@@ -12,7 +12,7 @@
#include <iomanip>
using namespace std;
-using namespace ugdiss;
+using namespace sapt;
int
main(int argc,char* argv[])
{